Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Please help in solving one problem. You need to calculate the percentage as the ratio of [delta plan] and [plan]. Tried different options but have not yet found solutions.
Hi @Lexey,
What you want to calculate is 2198/3548=0.6195 for the first row under [delta % plan], right?
If so, you should modify the measure [delta % plan] as below:
delta % plan = [delta plan]/ [Values of budget]
Best regards,
Yuliana Gu
I need row context.,
1 row = [delta plan]/[Values of budget]
2 row = [delta plan]/[Values of budget]
3 row = [delta plan]/[Values of budget]
you get a total percentage that doesn't suit me. Thanks
You could try SUMX(Table;[delta plan]/[Values of budget].
This is for a Measure.
Calculated Column would just be [delta plan]/[Values of budget]
I'm not quite sure wether your columns is name Values of budget or plan.
Please try and let me know.
Thanks
I didn't get quite the right result
delta % plan = sumx('fact'; [delta plan]/ [Values of budget])
What would be your expected results?
For the total row I see it makes no sense.
You may have to change to delta % plan = sum([delta plan]/sum[Values of budget]
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 44 | |
| 42 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 71 | |
| 66 | |
| 33 | |
| 32 | |
| 32 |