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! Request now

Reply
ChrisPBIUser
Helper III
Helper III

Grouping table visual

Hi,

 

I've attempted various DAX statements in order to generate measures and columns that would create a summarised table visual, but I'm encountering difficulties in achieving the desired outcome.

 

My goal revolves around a table visual, labeled as Fig1, which employs four fields extracted from a table named "Allocations." Presently, this table contains 240 rows, although this count can fluctuate throughout the month.

 

My objective entails evenly distributing the RankT values into three distinct groups: Good, Normal, and Bad. Subsequently, I aim to identify the highest and lowest Conversion Percentages within each of these groups.

 

Ultimately, my aim is to generate a table visual resembling the one depicted in Fig2 and it needs to work with a selected values from a slicer. Despite my efforts, I'm struggling to realise this vision using DAX statements.

 

Name - column

Allocations - calculated measure

Conversion - calculated measure

RankT - calculated measure


Fig1

ChrisPBIUser_0-1692190798448.png

Fig2

ChrisPBIUser_1-1692190908650.png

 

1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

@ChrisPBIUser 

Take a look at this article on ABC Classification.  It should help you get what you are looking for.

https://www.daxpatterns.com/abc-classification/

 

View solution in original post

2 REPLIES 2
jdbuchanan71
Super User
Super User

@ChrisPBIUser 

Take a look at this article on ABC Classification.  It should help you get what you are looking for.

https://www.daxpatterns.com/abc-classification/

 

@jdbuchanan71  brilliant.  Just what I needed.  Thanks

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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.

Top Solution Authors