Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello everyone
Can someone help me with this issue I have, I need a measure that give me te sum from each item, and not apply to the color, the result must be like the second table
I want to know the percentage that represent each color in each item
Thanks for your help!
Solved! Go to Solution.
Like this?
Measure = DIVIDE(SUM(yourTable[Value]), CALCULATE(SUM(yourTable[Value]),ALL(yourTable[Color])))
Like this?
Measure = DIVIDE(SUM(yourTable[Value]), CALCULATE(SUM(yourTable[Value]),ALL(yourTable[Color])))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 50 | |
| 45 |