Forum Discussion
Si_ghazibj
2 years agoFrequent Visitor
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
- parry2k
Super User
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] )