5
votes
5answers
1k views
How to learn MDX
I am currently learning OLAP & MDX after many years of relational database development.
Any tips on getting started in MDX? What are the best books and resources to learn MD …
4
votes
3answers
437 views
The best MDX references on the net
What is the best references/links,cheatsheets for the MDX language? Here are a few starters that I have collected. Please share yours :)
http://www.gumper.com/mdx.html
http://www …
3
votes
1answer
613 views
Any Python OLAP/MDX ORM engines?
I'm new to the MDX/OLAP and I'm wondering if there is any ORM similar like Django ORM for Python that would support OLAP.
I'm a Python/Django developer and if there would be somet …
3
votes
1answer
782 views
How to exclude a certain member from a MDX call that gets all descendants of a member at a higher level
In an OLAP database I work with there is a 'Location' hierarchy consisting of the levels Company -> Region -> Area -> Site -> Room. I am using the following MDX to get all the desc …
2
votes
3answers
82 views
MDX performance vs. T-SQL
I have a database containing tables with more than 600 million records and a set of stored procedures that make complex search operations on the database.
The performance of the st …
2
votes
2answers
74 views
Cube Calculated Member Question
I'm rather new to SSAS and am completely stumped on how to solve this problem. I have a dimension called Thresholds. Within the Thresholds dimension there are the following Membe …
2
votes
1answer
1k views
Draw Text Over Video in Managed DirectX with C#
How can I draw text Over Video in Managed DirectX with C#?
2
votes
2answers
176 views
How to assess performance of MDX in OLAP processing
I am familiar with standard practices to assess performance query or stored procedure using SQL server 2000/2005/2008. How is the best way to assess MDX performance? I assume its …
1
vote
0answers
20 views
Excluding Default Member from Measure Calculations
I have built a cube that contains ticket sales information.
I have a measure that is a distinct count of customer numbers from the fact table.
The unsold tickets for each performa …
1
vote
1answer
57 views
Mdx String generator.
For Sql Server Analysis Services.
What im looking for is if anyone has example code of a class or function or a precompiled dll that you can pass columns, rows, pages, with filter …
1
vote
1answer
114 views
How to do an aggregation in MDX similar to a ‘sum over partition’ statement in sql
I have a situation where I have a product and a time dimension, with a fact table of sales volume. Over time, various details about the product changes, with the except of the busi …
1
vote
1answer
56 views
MDX - Concurrent calculations based on a “record time range”?
Dear MDX experts,
- Is it possible to get the concurrent calculation based on a record time range?
Lets say I have; 'start date', 'end date', 'used', and 'color' available... in …
1
vote
1answer
157 views
MDX ability to calculate ratio of sums from child levels
I'm very much a novice at MDX, and have no idea how to approach this problem. I'd appreciate any help, even if just pointers to where relevant functions are explained.
I need to …
1
vote
2answers
188 views
Performance Implications of Calculated Members in SSAS
I'm wondering if there are any performance implications from adding a lot of calculated members to my cube. On one hand, it's nice to have things defined once, located centrally, …
1
vote
2answers
53 views
how to find out which columns to join
Is there an easy way to find out the column dependencies between tables in the DSV of a cube?
The reason I am asking this question is: When there are lots of tables (fact and dim …
