hi, can any one help in this issue..
i have a cube in which 2 measures are created from 1 fact table which are defined in 2 measure groups. i have a dimension created from same fact table from which measures have created. i have given the regular relationship between measures and dimension. now,when i run a report in ssrs by connecting this cube. i used simple mdx query in ssrs dataset like
select non empty{[Measures]}on cols,non empty{([dim1].[col].allmembers),([dim2].[col].allmembers]).....}on rows from cube
. i have dragged all fields into tablix.when i'm trying to render the records in Internet Explorer,tablix taking 2-3minutes to render the records.i'm having almost 30,000 records in tablix report. how can i decrease the response time?In SSMS when i run the same MDX
Thanks in advance..
lucky