March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
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.
@v-yangliu-msft @DataGoalsDan . Will you able to help.
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.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |