Forum Discussion
o59393
Post Prodigy
6 years agoHistogram
hi all I have 1400 rows containing a department time in days. I would like to have a histogram that divides in groups of 30 days. (0 to 1 months, 1 to 2 months) etc. Once it reaches 8 months,...
o59393
Post Prodigy
6 years agohi dax
Is there a way to create a dax formula without using M code? It's ok if it without the >8, it can be in groups by 30 days.
Thanks!
dax
Community Support
6 years agoHi o59393,
I am not clear about your requirement, did you want to create a column which like below?
Column = ROUND(report1576508921493[Department Time]/30,0)
If not, please correct me and inform me your expected output, then I will help you more correctly.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.