Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I'm trying to group a column of data (room capacities) through a measure into dynamic banded groups, eg 0-9, 10-19, 20-19 etc using a DAX measures and a capacity reference table, but I just can't seem to get the measure that will find the right results.
I'm not seeing the right results and would like to check why this is:
First, I'm attempting to represent the column of data as a measure, eg.
| Capacity | Min | Max |
| 0-9 | 0 | 9 |
| 10-19 | 10 | 19 |
| 20-29 | 20 | 29 |
Lastly, I've tried to find a way to created a DAX formula which will allow the first measure to be searched for the number of instances where a piece of data falls between the mins and maxes in the table as so:
Hi @claireamc
Try this article.
https://www.daxpatterns.com/dynamic-segmentation/
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 11 | |
| 8 | |
| 8 | |
| 8 |