This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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 somtething to do with filter but I don't find the right one yet. Example, "Belastingen" = -400 / 600 = -66,66% instead of 0,00%. Thanks!!
Does this work?
Hello,
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
@stefani_vileva Thanks but unfortunately that's not the right measure, because "Bedrag" and "Omzet" are already measures.
Can you try with simply using Divide([Bedrag], [Omzet]) ? Or if this is not working, please share your file.
Upload it to a drive or somewhere and send a link.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 45 | |
| 28 | |
| 24 | |
| 22 |