Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello,
I'm trying to create buckets for specific value ranges, but I want to show them in a summarized table, so that for the 4 distinct buckets below I can show the count of the individual POs that fall within that range:
| PO number | PO value | Bucket |
| 123 | 49000 | 0-50k |
| 789 | 21000 | 0-50k |
| 211 | 79000 | 0-50k |
| 333 | 550000 | >500k |
| 456 | 51000 | 50-100k |
| 222 | 234000 | 100-500k |
| 543 | 1600000 | >500k |
Desired output:
| Buckets: | Count of POs |
| 0-50k | 3 |
| 50-100k | 1 |
| 100-500k | 1 |
| >500k | 2 |
Thank you.
Solved! Go to Solution.
@tomekm , This requires segmentation using the independent table.
Please refer if my video or link can help
Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...
Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k
@tomekm , This requires segmentation using the independent table.
Please refer if my video or link can help
Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...
Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 105 | |
| 40 | |
| 33 | |
| 25 |