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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
DebbieE
Community Champion
Community Champion

Grouping Descriptors and metrics in a visual if less than 10

Apologies I added this before but the answers got confusing and didnt help me solve the issue so i thought i would try again with more detail

 

So I have the following

 

Fact   TotalPeaple (Measure)

 

Dim Person

 

And I have a table that drags in PersonGroup from the Dim and TotalPeople from the measure

 

PersonGroup    TotalPeople

A                       100

B                        50

C                       20

D                       9

E                        7

F                        2

 

For D E and F I need the descriptor to say 'Aggregated under 10'

And the total to come to 18

 

PersonGroup                                 TotalPeople

A                                                   100

B                                                     50

C                                                     20

Aggregated under 10'                     18

 

So far I havent found a way of doing this. Nothing has worked. I suspect its two measures but i just cannot figure out if this one is doable. 

Anyone with  any ideas on this?

2 REPLIES 2
amitchandak
Super User
Super User

@DebbieE , Assuming TotalPeople is measure

 

Then you have create a table like

 

Bucket = addcolumns(generateseries(1,200, 1), "Bucket", if([Value]>= 10, [Value]&"", "Bucket under 10") )

 

Then you have to use the segmentation logic in another measure

 

Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks for that. I think its too complex for what I need and may slow things down a lot but I might be able to use the first part. i dont like having to create the extra table.

 

I wish Power BI had something more intuitive and easy to use. feels like it needs adding as an idea

 

Microsoft Idea

 

I have added this into ideas. Seems like im being asked for this more and more and something easier to use in Power BI would be super helpful without the need for complex DAX or extra tables

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.