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
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])))
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.