Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Darshan_hello
Frequent Visitor

Paginated report showing incorrect % at grand total level,

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 NameActual ValueBudget Value   
Sedan361727350087   
    Aura5595232679   
    City193995122164   
    Verna111780195244   
Total361727350087   

Darshan_hello_0-1719478950964.png

Darshan_hello_1-1719478969636.png

-Darshan

1 ACCEPTED SOLUTION
v-jianpeng-msft
Community Support
Community Support

Hi, @Darshan_hello 

Based on your description, I've used the instance data you provided and built a custom column to calculate the percentages:

vjianpengmsft_0-1719565845304.png

Create a matrix in Report builder as follows:

vjianpengmsft_1-1719565993861.png

vjianpengmsft_2-1719566023061.png

vjianpengmsft_3-1719566078083.png

vjianpengmsft_4-1719566121391.png

=Sum(Fields!ActualValue.Value)/Sum(Fields!BudgetValue.Value)

Here are the results:

vjianpengmsft_5-1719566339869.png

 

 

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.

 

 

 

 

 

 

View solution in original post

2 REPLIES 2
v-jianpeng-msft
Community Support
Community Support

Hi, @Darshan_hello 

Based on your description, I've used the instance data you provided and built a custom column to calculate the percentages:

vjianpengmsft_0-1719565845304.png

Create a matrix in Report builder as follows:

vjianpengmsft_1-1719565993861.png

vjianpengmsft_2-1719566023061.png

vjianpengmsft_3-1719566078083.png

vjianpengmsft_4-1719566121391.png

=Sum(Fields!ActualValue.Value)/Sum(Fields!BudgetValue.Value)

Here are the results:

vjianpengmsft_5-1719566339869.png

 

 

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.

 

 

 

 

 

 

Darshan_hello
Frequent Visitor

Hi Experts, Please provide the solution for the above issue,

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors