Forum Discussion
Dynamically Group Receivables Based On When Cash Is Received
- 6 years ago
This is a common problem, here are two simple sample for you refer to:
https://powerbi.tips/2016/04/power-bi-histogram-with-bins/
and
https://powerpivotpro.com/2015/03/creating-a-histogram-with-a-user-defined-number-of-buckets/
Regards,
Lin
gauravnarchal , I think you are looking for binning or dynamic segmentation.
The idea is to create a measure like Age. Then with an independent bucket table and use this measure and create a measure taking care of the row context. So that it becomes part of the bucket
https://www.daxpatterns.com/dynamic-segmentation/
https://www.daxpatterns.com/static-segmentation/
https://www.poweredsolutions.co/2020/01/11/dax-vs-power-query-static-segmentation-in-power-bi-dax-power-query/
https://radacad.com/grouping-and-binning-step-towards-better-data-visualization
https://radacad.com/dynamic-banding-or-grouping-in-power-bi-using-dax-measures-choose-the-size-of-bins
https://www.credera.com/blog/technology-solutions/creating-aging-report-using-a-user-selected-date-in-power-bi/