Tagged Questions
The msas tag has no wiki summary.
2
votes
1answer
1k views
What is the best way to model a ragged hierarchy in SSAS for both ROLAP and MOLAP?
I'm currently trying to model a ragged hierarchy in SSAS and I'm stuck.
First, I was trying to model it like so:
ItemKey,Level0Key,Level1Key,Level2Key
Item1,Lvl0-1,Lvl1-1,Lvl2-1
...
1
vote
2answers
43 views
Escaping special characters in an MDX Query
I'm building a BI dashboard for my client. Our data is stored in an analysis server cube. Overall things work great, but a smartalec tester decided to create a merchant with the name ...
0
votes
1answer
132 views
OLAP, if dimension has 'unknown' member, then only it is displayed if no measures added. Any ways to fix it?
I have cube in Microsoft Analysis Services with several dimensionsions and measures.
When I(in cube browser, or through pivot tables in excel) try to drag dimension's attribute to grid with no ...
0
votes
1answer
1k views
Why isn't SSAS loading any measure data for my cube?
Background:
I'm writing a data provider that SSAS will use to get data from a third-party system.
I wrote a tool that will build cubes, dimensions, measure groups and measures based on the ...
0
votes
3answers
810 views
How to view MS SSAS 2005 sessions and queries
When browsing the cube in Microsoft SQL Server Analysis Services 2005, I would like to peek at the MDX (supposedly) queries generated by client access tools such as Excel. Is there a tool or method ...