Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have a challenge.
I want to calculate the average of sales amount by agents and then count how many agents made sales within the ranges, such as 1K-2K USD, 2K-3K, etc.?
For example,
I cannot figure out how to achieve it with DAX.
Solved! Go to Solution.
@bekzod I posted solution to similar requirement , you can check it here and tweak it as per your need
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi @bekzod ,
You can add a calculated column with if statement to check current count based their group and return correspond category label, then you can do aggregate these records based on this category column.
Regards,
Xiaoxin Sheng
@bekzod I posted solution to similar requirement , you can check it here and tweak it as per your need
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@parry2k wrote:@bekzodI posted solution to similar requirement , you can check it here and tweak it as per your need
It worked. Thank you Parry.
One more thing. Now, I cannot filter (cross-filter) when I click on a bin group.
Let's say, I have 100 customers with $3K-9K sales volume. However, when I click the column on the bar chart, it is not filtering. Can you please help?
It worked like a charm. Thanks so much:))