Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

MDX CALCULED MEASURES FOR ALL LEVEL OF A HIERARCHY

$
0
0
Hi,Could someone help me to write a MDX script to calculate a measure for all level of a hierachy?I explain you:I have a hierarchy "Product" with these levels1- Category2- Subcategory3- ProductI want to have in the same request to have the [measures].[Value] for all level for my hierarchy.I have this: SELECT {[MEASURES]. [VALUE]} ON COLUMNS, {[PRODUCT].[PRODUCT].[ID_PRODUCT]} ON ROWSFROM MYCUBEWHERE [DIM_TIME]&.[201406]Could someone help me ?

Viewing all articles
Browse latest Browse all 1341

Trending Articles