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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
jmont031
Frequent Visitor

Help for column total not matching sum of rows

Help for column total not matching sum of rows

HI

 

So, total not matching sum of rows.

 

In images the £406k should be £404k. Have tried HASONEVALUE, HASONEFILTER, ISINSCOPE. Now getting a total of £625k. 

 

totally confused.. Also, the measure (Tiered) Old in image attached has [Individual return values] which is cuustomer and behaviour specific. Different whatif's are applied to adjust customers individual return values

 

Many thanks

J

jmont031_0-1741781381967.jpegIMG_1803.jpg

 

jmont031_1-1741781381510.jpeg

 

 

 

1 ACCEPTED SOLUTION
v-sathmakuri
Community Support
Community Support

Hi @jmont031 ,

 

Thank you for reaching out to Microsoft Fabric Community.

 

At the total level, your measure [Recharge Value (Tiered) OLD] is recalculating once for the whole dataset, not summing the row-level results. That’s why the total doesn't match the sum of the visible rows.

 

replece your measure with below measure:

 

Return recharge ($)A600 =
SUMX(
SUMMARIZE('Service_Data', 'Service_Data'[Entity]),
[Recharge Value (Tiered) OLD]
)

 

If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it! 

 

Thanks & Regards,

Rekha,

CustomerSupportTeam.

 

View solution in original post

5 REPLIES 5
v-sathmakuri
Community Support
Community Support

Hi @jmont031 ,

 

I hope this information provided is helpful. Feel free to reach out if you have any further questions or would like to discuss this in more detail. If responses provided answers your question, please accept it as a solution so other community members with similar problems can find a solution faster.

 

Thank you!!

v-sathmakuri
Community Support
Community Support

Hi @jmont031 ,

 

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If the responses has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.

 

Thank you.

v-sathmakuri
Community Support
Community Support

Hi @jmont031 ,

 

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

 

Thank you.

v-sathmakuri
Community Support
Community Support

Hi @jmont031 ,

 

Thank you for reaching out to Microsoft Fabric Community.

 

At the total level, your measure [Recharge Value (Tiered) OLD] is recalculating once for the whole dataset, not summing the row-level results. That’s why the total doesn't match the sum of the visible rows.

 

replece your measure with below measure:

 

Return recharge ($)A600 =
SUMX(
SUMMARIZE('Service_Data', 'Service_Data'[Entity]),
[Recharge Value (Tiered) OLD]
)

 

If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it! 

 

Thanks & Regards,

Rekha,

CustomerSupportTeam.

 

parry2k
Super User
Super User

@jmont031 I will let @GregDeckler help you with this. Cheers!



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors