Forum Discussion
Anonymous
5 years agoNot applicable
DAX code for custom bin sizes
Hi folks - referring to the below screen grab, I am struggling with the DAX code necessary to creat custom bin sizes. As you can see, I need bin sizes that are not consistent in size. These bins ne...
- 5 years ago
Anonymous , you need to dynamic segementation using an independent table with bucket and use that in new measures .
refer : https://www.youtube.com/watch?v=CuczXPj0N-k
or
https://www.daxpatterns.com/dynamic-segmentation/
https://radacad.com/grouping-and-binning-step-towards-better-data-visualization
amitchandak
5 years agoSuper User
Anonymous , you need to dynamic segementation using an independent table with bucket and use that in new measures .
refer : https://www.youtube.com/watch?v=CuczXPj0N-k
or
https://www.daxpatterns.com/dynamic-segmentation/
https://radacad.com/grouping-and-binning-step-towards-better-data-visualization
Anonymous
5 years agoNot applicable
That did the trick amitchandak . Great video too! Many thanks.