Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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
Solved! Go to Solution.
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.
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!!
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.
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.
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.
@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.