Question : Reporting Services Report Parameter

Hello Experts,
I am a newly beginner SSRS developer.
I am trying to create a store sales report. My applied steps are:
1. I have created the dataset
2. Added a matrix object on to the report
3 Created a report parameter named "WEEK"
4. And finally run report.

The report parameter does not work on the report. I mean this report always show the complete data.
I get the same aggregated resultset whatever I pick from the list "week".

What can I do please help.

Note: I have attached two screenshots

Answer : Reporting Services Report Parameter

make this your expression (just vefify the where).

Go to dataset properties and click the fx futton.

Please note the = in the front and where

1:
=SELECT NON EMPTY { [Measures].[Satis Miktari], [Measures].[Satis Tutari] } ON COLUMNS, NON EMPTY { ([Dim Stores].[Store Name].[Store Name].ALLMEMBERS * [Dim Time].[Week Of Year].[Week Of Year].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM [HCRetailSales] CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS WHERE [Dim Time].[Week Of Year].[Week Of Year] = Parameters!Week.Value
Random Solutions  
 
programming4us programming4us