Forum Discussion
Creating buckets/bins based on value ranges
- 5 years ago
YevD , You need to dynamic segmentation using independent table
refer if my video can help
Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k
or blog
else
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Apoligies for the lack of clarity. Let me try try again:
I have a column which lists a range of values which I would like to segment into buckets. I would then like to create use these buckets in my charts as either axis, legend, or values.
I have looked into the dynamic segmentation (there is a number of posts here), but feel like it might be an overkill at this point because once a value gets classified into the bucket it remains in it. I am thinking that a claculated column should serve the purpose, but again, I am a novice and might be missing something.