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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Cevola
Frequent Visitor

How to categorize a measure

Hi have the following file

Cevola_1-1680029601360.png

 

ID is a direct coloumn.

Score is a measure which is a sum of 7 different measures.

Rank a measure that ranks the Score

Pictures is a measure(No of Pictures a the ID)

 

Combo Score Categories is a measure

Combo Score Categories = if('Table'[Score]>=5,Grp A,
if('Table'[Score]>=4 && 'Table'[Score]<5,Grp B,
if('Table'[Score]>=3 && 'Table'[Score]<4,Grp C,
if('Table'[Score]>=2 && 'Table'[Score]<3,Grp D,
if('Table'[Score]<2,Grp E)))))
 
Now, I am trying to write a measure to give the count for each Grp
eg. Grp A 23
 
Please help
 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

2 REPLIES 2
amitchandak
Super User
Super User

Thanks Amit. Exactly what I wanted.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors