Forum Discussion
JakeJack
4 years agoFrequent Visitor
Incorrect Row Subtotal when using coalesce
Hi all I'm trying to create a cash flow using the matrix visual. I have most things working except for subtotals - see below: As you can see the subtotals For the Cash Flow from O...
- 4 years ago
One approach is to use SUMX to iterate the dimension table that is used in matrix rows. Example measure:
CF Actuals with Correct Totals = SUMX ( VALUES ( DimTable[Column] ), [CF Actuals] )
DataInsights
4 years agoSuper User
One approach is to use SUMX to iterate the dimension table that is used in matrix rows. Example measure:
CF Actuals with Correct Totals =
SUMX ( VALUES ( DimTable[Column] ), [CF Actuals] )JakeJack
4 years agoFrequent Visitor
Many thanks - that worked a treat.
It had me stumped so much that I was considering adding a specific cash flow FACT table.
Cheers
Jake
- DataInsights4 years agoSuper User