Forum Discussion
marcss44
2 years agoHelper I
Add from previous row value in a Matrix
I've got a Matrix with months in the column header and days in the row header and the value are the items count. For the 138 value on ene column and 1 row, i need to get the SUM of 138 and the...
- 2 years ago
Hey marcss44 ,
here you go:
TotalValue Of DistinctCounts = SUMX( ALLSELECTED( 'TablaDifDias'[Value] ) , [Some kind of DistinctCount] )Regards,
Tom
Anonymous
2 years agoNot applicable
Hi marcss44 ,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information and description to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng