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...
amitchandak
Super User
5 years agoPBI5851 , You can create a measure like this and try
sumx(table, Switch(true(), [Rep] = "Steve" , 8 , [Rep] = "Kate" , [Rep] = "Angie" , 10 , 5))