Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi,
I have a set of data that has a list of contracts with the planned amounts and actual amounts by product, like this:
Contract | Product | Planned | Actual |
1 | 1 | 3 | 1 |
1 | 2 | 3 | 2 |
1 | 3 | 10 | 10 |
2 | 2 | 10 | 0 |
2 | 4 | 1 | 1 |
3 | 1 | 10 | 10 |
3 | 3 | 10 | 9 |
3 | 5 | 10 | 8 |
And I need to summarise it at contract level with the actual %, like this:
Contract | Planned | Actual | Actual % |
1 | 16 | 13 | 81% |
2 | 11 | 1 | 9% |
3 | 30 | 27 | 90% |
No matter what I do it doesn't do what I need, it always seems to just give me a % of the total or return null values.
Any help is greatly appreciated.
Thanks,
Kristian
Solved! Go to Solution.
Hi @Kr1s ,
Consider the following Input data:
Now create another table visual as follows by setting Summarisation on Planned and Actual columns as shown below:
Then create a measure for calculating the proportin percentage and set it's format to Percentage as shown below:
Now move this calculated measure to your table visual:
You will get your expected result.
Thanks,
Pragati
Hi @Kr1s ,
Consider the following Input data:
Now create another table visual as follows by setting Summarisation on Planned and Actual columns as shown below:
Then create a measure for calculating the proportin percentage and set it's format to Percentage as shown below:
Now move this calculated measure to your table visual:
You will get your expected result.
Thanks,
Pragati
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
70 | |
52 | |
48 |
User | Count |
---|---|
45 | |
38 | |
33 | |
31 | |
28 |