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
rainerpowerbi
Resolver I
Resolver I

Small multiples: % of Total of every single multiple

Hi,
I have following data:

rainerpowerbi_0-1641201213958.png

 

Using small multiples I can create this visual with the following share per complete total:

rainerpowerbi_1-1641201298855.png

 

My question: is it possible to create this visual with changed TOTAL-base. New TOTAL-base shall be the TOTAL of every single multiple instead of the complete TOTAL.

rainerpowerbi_2-1641201404714.png

rainerpowerbi_3-1641201536993.png

 



 

Kind regards

Rainer

 

 

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@rainerpowerbi , Create measures like

 

divide([Measure], calculate([Measure, filter(allselected(Table), Table[entity] = max(Table[entity] ) ))

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

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@rainerpowerbi , Create measures like

 

divide([Measure], calculate([Measure, filter(allselected(Table), Table[entity] = max(Table[entity] ) ))

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

Hi I don't really follow. Can you rainerpowerbi supply the actual code used? I have the same problem

Have you been able to solve it?

Hi amitchandak,

THANKS !!!!

Kind regards

Rainer

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.

Top Solution Authors