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! Learn more
Hi and thx for reading this.
I have a simple problem i belive but i cant get it to work as i want.
I have a table like below:
I want to have a measure that multiplys each rows "Sum of Value" with "Proc Value.
I want to be able to remove all columns except Month and measure to get a resulat like:
Thanks so much for any help..
Solved! Go to Solution.
I think i have found a solution: (maybe not the best but i seems to work)
@Wresen TRy this measure:
Measure = IF(BLANK(Proc Value), Blank(), SUM(Values) * SUM(Proc Value))
Then take this Month and Measure in a table.
I think i have found a solution: (maybe not the best but i seems to work)
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.