Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have following data:
Using small multiples I can create this visual with the following share per complete total:
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.
Kind regards
Rainer
Solved! Go to Solution.
@rainerpowerbi , Create measures like
divide([Measure], calculate([Measure, filter(allselected(Table), Table[entity] = max(Table[entity] ) ))
@rainerpowerbi , Create measures like
divide([Measure], calculate([Measure, filter(allselected(Table), Table[entity] = max(Table[entity] ) ))
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.