Forum Discussion
HobbyS
3 years agoRegular Visitor
Group Total on Specific Row
I have to following Table: and the Following Dax-Code for myMeasure: =CALCULATE(SUM(Tabelle1[Amount]); ALL(Tabelle1[Currency])) I would like to have the total of all Currencies (...
Anonymous
3 years agoNot applicable
Try using ISINSCOPE function across the group total to obtain the same requirement.
HobbyS
3 years agoRegular Visitor
The ISINSCOPE function is not available in my Power Pivot installation...