This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a requirement to get the count of clients that fall within a specific sales group.
Tables
DimClient
ClientId, ClentName
FactSalesRecord
ClientId, DateKey, SaleGBP.. etc
DimDate
DateKey, DateYear, DateMonth etc...
The user, in the report would select the year and month(s) to filter the report down too. Only one year can be selected.
One of the visuals we need is someting like this:
| Band | Client Count (Distinct) | Sales Total |
| 100k + | 20 | £1,450,100 |
| 50k-99.99k | 30 | £3,001,256 |
| 10k-49.99k | 100 | £870,875 |
So the sales total would be the sum of the clients sum total for the selection.
I can make a table with, min and mix values, the band as a column, but can't figure out how to sum the clients up and filter where the sum is between the min and max totals in a way to display it as above.
Solved! Go to Solution.
@RobbLewz , Not very clear. Do you need Dynamic Bucketing on a measure?
If yes, you need an independent bucket table and use that in measure.
refer that in my video :https://youtu.be/CuczXPj0N-k
If not. please explain with an example and Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@RobbLewz , Not very clear. Do you need Dynamic Bucketing on a measure?
If yes, you need an independent bucket table and use that in measure.
refer that in my video :https://youtu.be/CuczXPj0N-k
If not. please explain with an example and Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 29 | |
| 23 | |
| 22 |