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
Hi,
I would like to display sales data as # of quotes in a monetary bucket.
For example: 50 quotes in the range of 0-$50,000 or 20 quotes in the range of $50,000-100,000
I feel like a stacked bar chart could be good for this but i'm not sure how to combine the data into the ranges.
Any ideas?
Thanks!
Solved! Go to Solution.
Hi @BI101
To create bins by sales sum you can add a calculated column like :
To sort the bins in the right order on visuals you can create a table with bins' names and sort order :
create a relationship between the tables :
Modify sort order :
create simple DAX for distinctount of quotes :
PBIX is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @BI101
That is why I added a sort order column and a table :
You need it to sort the bins in the right order
And use the bins column from this "small" table on visuals
More information about sorting by column:
https://www.techrepublic.com/article/how-to-sort-by-column-power-bi/
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @BI101
To create bins by sales sum you can add a calculated column like :
To sort the bins in the right order on visuals you can create a table with bins' names and sort order :
create a relationship between the tables :
Modify sort order :
create simple DAX for distinctount of quotes :
PBIX is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
thanks for the help!
I'm able to do what you mentioned but for some reason my bins arnt sorting in the right order.
I can also group by and create a table with the qty of quotes per bin but either way i do it, my axis is out of order. Any suggestions for this?
Hi @BI101
That is why I added a sort order column and a table :
You need it to sort the bins in the right order
And use the bins column from this "small" table on visuals
More information about sorting by column:
https://www.techrepublic.com/article/how-to-sort-by-column-power-bi/
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Thanks! for some reason i just restarted my powerbi and it worked
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 27 | |
| 25 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 54 | |
| 46 | |
| 38 | |
| 30 | |
| 21 |