hi,
i have a cube with few meausre groups and dimensions. when i'm trying to browse my cube in ssas its taking much time when field are dragged. i have 2 measure groups each one having 1 measure. i have a dimension with 8columns. when i drag these dimension attributes and measures, attributes are taking much time to display. i connected this cubesource to ssrs report,there repeats the same..taking much time to render the output in client application. how can i improve the performance.do i need to go in way of mdx query performance..
my mdx query is like:
select non empty {(M1),(M2)} on columns,non empty{([dimension].[hierarchy].all members * [dimension].[hierarchy].all members * ........................)}on rows from mycube
here there are many fields on rows which are coming from 4 dimensions. this query is running very slowly in SSMS.it takes 12 seconds. when ssrs report is run it takes almost 2-3 minutes to retrieve 37000 records. can any one please help.
thanks in advance..
lucky