Forum Discussion
Moniek
Resolver I
4 years agoFilter
Hi, I have a table and I want to calculate a % of a value, example, I want % of the total " Omzet" . In my case "Omzet" is 600 = 100%, I want to make a meassure, "Bedrag / Omzet * 100%". There is som...
stefani_vileva
Resolver II
4 years agoHello,
You can just create a measure:
Measure = DIVIDE(SUM(Bedrag), SUM(Omzet))and then just convert this to % and thats it.
I hope this solves your problem.
Kind regards,
Stefani
- Moniek4 years ago
Resolver I
stefani_vileva Thanks but unfortunately that's not the right measure, because "Bedrag" and "Omzet" are already measures.
- stefani_vileva4 years ago
Resolver II
Can you try with simply using Divide([Bedrag], [Omzet]) ? Or if this is not working, please share your file.
- Moniek4 years ago
Resolver I
stefani_vileva how do I share the pbix?