Forum Discussion
svinayagam1984
Helper I
5 years agoNeed help in fixing the TOTALS
Hi, I am comparing each week's Data with the prior Week to get the New, Upgrade, Downgrade, and Lost. I am able to get the correct result when I select a single date from the Slicer. But, if I select more than one date, I don't get the Total or wrong Total.
Can someone please help to fix this issue.
My Sample File
Hi,
This measure works
Measure 2 = SUMX(VALUES('Calendar'[WeekEnd]),[New])Use the same pattern for the others as well.
Hope this helps.
1 Reply
- Ashish_Mathur
Super User
Hi,
This measure works
Measure 2 = SUMX(VALUES('Calendar'[WeekEnd]),[New])Use the same pattern for the others as well.
Hope this helps.