Hi Everybody
I have a report build on SSAS cube. It has 8 parameters already and works fine with those.
Now I need to add date parameters like StartDate and EndDate to the existing parameters. I added them in the query parameters and included them in the MDX query.
Once I include them and execute the query, the dimension columns gets disappeared from the dataset. Only those of the measures are remained. So, the report table is missing all those dimensions and getting invalid.
Could anyone just help me out why adding 2 new date parameters makes the dimension disappeared from the dataset?
Btw, I am using SQL Server 2005 Analysis Services and Reporting Services.
Thanks
Sunny