hello guys! i'm creating a report that have to 2 parameter and a matrix table.
my parameter is @Department. i have default values in my Department Parameter that i can choose and every time i choose a value in @Department it will add in the Tablix. i don't create a parameter inside the query but instead i add filter in the Tablix =Fields!Department.Value IN @Department. Since i need to add a column that will show a comparison of Year in the Column i did the same thing by adding a filter in the Tablix for Year. but it throw error.. how can i fix this? i need help.. TIA