Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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,
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.