Forum Discussion

JakeJack's avatar
JakeJack
Frequent Visitor
4 years ago
Solved

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...
  • DataInsights's avatar
    4 years ago

    JakeJack,

     

    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] )