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

Percentage of Parent - Grand Total showing #NUM!

$
0
0
Hi guys,I have a Percentage of Parent calculated member, and in the Grand Total it is showing #NUM!Anyone can shed some light on how to get around this please? Calculation:[code="sql"]CREATE MEMBER CURRENTCUBE.[% Turnover of Parent]AS (Axis(0).Item(1).Item(0).Dimension.CurrentMember, [Measures].[Sales Amount]) / ( Axis(0).Item(1).Item(0).Dimension.CurrentMember.Parent, [Measures].[Sales Amount]),FORMAT_STRING = "Percent"[/code]Thanks in advance!

Viewing all articles
Browse latest Browse all 1341

Trending Articles