Forum Discussion
Anonymous
7 years agoNot applicable
Cumulative Count
Hey, I have a column called Hired In which gives the number of days back an employee was hired in. Hired in = DATEDIFF(Hire[Hire Date], Today(),Day) I have grouped them as follows : Last 30 D...
- 7 years ago
I just dropped the three measures into a bar chart and got this:
Is that not what you want?
PattemManohar
7 years agoCommunity Champion
As per the image above, you need to show count as 11 for "Last 60 Days" isn't it ?
If you had your grouping done already, then it should be a straight-forward approach.... please make sure that you are changing the aggregation to "Count" instead of "Sum" (which is the default behaviour for Numeric fields)
Anonymous
7 years agoNot applicable
PattemManohar Hey, the other solution is aligned to what i wanted. Thank you!