Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
bekzod
Frequent Visitor

How to aggregate, assign to categories and count the number of occurrences in categories?

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, 

  • up to 1K USD - 100 agents
  • 1K to 2K USD - 300 agents
  • etc. 

 

I cannot figure out how to achieve it with DAX.

1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@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.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

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

parry2k
Super User
Super User

@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:))

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors