Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 65 | |
| 41 | |
| 40 | |
| 39 | |
| 39 |