Forum Discussion

Si_ghazibj's avatar
Si_ghazibj
Frequent Visitor
2 years ago
Solved

MEASURE LIKE ROw TOTAL in MATRIX

Hello , under the last row i have a measure i wanna add it as a row total (under the hierarchy) but i cant put the measure in the rows , any solution please ?

 

  • Si_ghazibj Actually you can have your own logic for the row total:

     

    Measure with Different Total Logic = 
    IF ( HASONEFILTER ( Table[Column On Rows] ), [Your Row Level Measure], [Your Total Level Measure] )

1 Reply

  • Si_ghazibj Actually you can have your own logic for the row total:

     

    Measure with Different Total Logic = 
    IF ( HASONEFILTER ( Table[Column On Rows] ), [Your Row Level Measure], [Your Total Level Measure] )