Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 64 | |
| 31 | |
| 26 | |
| 26 |