Forum Discussion
Syndicate_Admin
Administrator
4 years agoIncorrect row total
Nice day Someone can advise me, I have problems calculating the total number of rows, at other times use measures such as Hasonevalue, isinscope, filter, among others for the column total, however...
- 4 years ago
Hi, Syndicate_Admin
Please add a new measure to replace 'falls':
New falls = IF ( ISINSCOPE ( 'WeeksOneContact'[Week OC] ), [Falls], SUMX ( ALLSELECTED ( 'WeeksOneContact'[Week OC] ), [Falls] ) )Best Regards,
Community Support Team _ Eason
Syndicate_Admin
Administrator
4 years agoI share an example image, as can be seen after comparing a week vs the previous one, a result of 6 and 7 is obtained so the sum is expected with a total of 13, however when evaluating at the row level, the measure returns 0 in the total of the column
- v-easonf-msft4 years ago
Community Support
Hi, Syndicate_Admin
Please add a new measure to replace 'falls':
New falls = IF ( ISINSCOPE ( 'WeeksOneContact'[Week OC] ), [Falls], SUMX ( ALLSELECTED ( 'WeeksOneContact'[Week OC] ), [Falls] ) )Best Regards,
Community Support Team _ Eason