Forum Discussion
PBI5851
Helper V
5 years agoHelp on Per Day and Month Calculation
Hello folks , Please can you help me resolve the monthly count. The numbers are correct when i display the day, but if i remove the day, the monthly counts are incorrect. For the Data Model, the da...
Ashish_Mathur
Super User
5 years agoPBI5851
Helper V
5 years agoAshish_Mathur Thank you for the file. There is a mistake though. For May 10th, Mike shows up twice, but should be counted only once. so the count for May 10th will be 9 reps + steve + kate + angie i.e 45 +8+9+10 = 72. Any recommendation on how to fix that.
- Ashish_Mathur5 years ago
Super User
Hi,
Edit the measure to
Measure = SUMX(SUMMARIZE(VALUES(Data[Rep]),[Rep],"ABCD",min(Data[Column])),[ABCD])Hope this helps.
- PBI58515 years ago
Helper V
Hi Ashish_Mathur . As per your recommendation (named as New Measure) , the individual values are correct, but the total is now incorrect.
- Ashish_Mathur5 years ago
Super User