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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

DAX - Powerpivot - Binning / Banding HELP (Doing group Selection on regular Pivot)

Hi, all.

 

I am looking for a DAX approach on binning; it's so easy to do binning on regular pivot tables, but it takes a bit more effort in power pivot (Excel)

 

I was following up what was suggested in this post but did not work for me https://social.msdn.microsoft.com/Forums/Lync/en-US/fc40d3b2-9ae1-4e23-8d4d-17faddea8405/help-with-c...

 

DAX:

 

CustomersByBin:= SUMX(Bin; COUNTROWS(FILTER(Customer;[TotalAmountPaid]>Bin[Lower] && [TotalAmountPaid]<=Bin[Upper])))

 

It is the same case essentially - I am looking for counting rows based on bins - this is expected outcome

 

12.png

this is the helper table.

14.png

 

and it is about counting instances of another measure.

 

Any help is appreciated. Thanks!

1 REPLY 1
Anonymous
Not applicable

Anyone has any thoughts? Thanks!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.