The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
We are getting the incorrect % at pagianted report wherever we used % related inforamtion, i have attached the screenshot from Both power BI and Pagianted report. requesting to look and give the solution for this, we have tried to use both SUM and SUMX for Actual/Budget but still getting the incorrect numbers at grand total level.
Sample data
Product Name | Actual Value | Budget Value | |||
Sedan | 361727 | 350087 | |||
Aura | 55952 | 32679 | |||
City | 193995 | 122164 | |||
Verna | 111780 | 195244 | |||
Total | 361727 | 350087 |
-Darshan
Solved! Go to Solution.
Hi, @Darshan_hello
Based on your description, I've used the instance data you provided and built a custom column to calculate the percentages:
Create a matrix in Report builder as follows:
=Sum(Fields!ActualValue.Value)/Sum(Fields!BudgetValue.Value)
Here are the results:
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Darshan_hello
Based on your description, I've used the instance data you provided and built a custom column to calculate the percentages:
Create a matrix in Report builder as follows:
=Sum(Fields!ActualValue.Value)/Sum(Fields!BudgetValue.Value)
Here are the results:
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Experts, Please provide the solution for the above issue,
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.