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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ashmitp869
Post Partisan
Post Partisan

How to sum value of first row only in Paginated Report ?

Hi,

 

My dataset has two tables joins

PayItem and Actuals. So I have three rows of actuals the PayItem data will have have same rows with different actuals.

ashmitp869_1-1726628242139.png

As the PayItems data is multiple times I am doing group in Tablix in Paginated Report.

But I need to show the GRAND TOTAL in the report. In my case the SUM is calculating with duplicate values of TotalPrice.

 

@Anonymous @DataGoalsDan . Will you able to help.

 

 

2 REPLIES 2
Anonymous
Not applicable

Hi, @ashmitp869 

 

Please check out the following links that we hope will be helpful to you.

Solved: How to Take Sum of Any Numeric Value to Group by r... - Microsoft Fabric Community

Solved: Power BI Dax Conversion of Sumx in Paginated Repor... - Microsoft Fabric Community

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

DataGoalsDan
Advocate I
Advocate I

Seems like the problem is you are joining to tables together that have different grains.

Can you roll them up to the same grain before you join them?

 

Is you data coming from a relational database, are you using SQL?  If you can't roll them up then you could use something like rownumber() partitioned by your grain to generate a 1, 2, 3 etc..  then have a calculation that only shows the TotalPrice where the rownumber is 1

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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