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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
polestar500
New Member

Power BI Card Total (Sum) is not adding up correctly (No filters/slider applied)

I have the following data. When I generate the matrix summary of the data based on CONCEPT + Sum of AMOUNT, the value that I expect as total (which is 111,093,647.74) matches, but the aggregated card don't.

Screenshot 2025-07-15 at 1.37.54 p.m..png
Here's the matrix summary configuration as reference:

Screenshot 2025-07-15 at 1.38.24 p.m..png


However the card aggregation (not using DAX, only the SUM of AMOUNT + native Power BI filters) show the WRONG value aggregate:

Screenshot 2025-07-15 at 1.38.35 p.m..png

Here's the card aggregate configuration as reference:

Screenshot 2025-07-15 at 1.38.52 p.m..png

 

Also here's the column type descriptions as reference:

Screenshot 2025-07-15 at 1.39.53 p.m..png


I'm kindly asking for assist as it looks like I'm facing a Power BI bug that seems to be quite sensitive to be happening. Please note that I'm NOT having any filter/slicer applied to the dashboard when these screenshots were taken. Thanks for your assist.

1 ACCEPTED SOLUTION

Hi @polestar500,

Just checking in to see if you had a chance to follow up on our earlier conversation. If you're still encountering the issue, please share the sample data so we can assist you with an accurate solution.

If you have any further questions, feel free to reach out anytime.

Regards,
Harshitha.

View solution in original post

7 REPLIES 7
v-hjannapu
Community Support
Community Support

Hi @polestar500,
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.
How to provide sample data in the Power BI Forum - Microsoft Fabric Community

Regards,
Harshitha.

Hi @polestar500,

Just checking in to see if you had a chance to follow up on our earlier conversation. If you're still encountering the issue, please share the sample data so we can assist you with an accurate solution.

If you have any further questions, feel free to reach out anytime.

Regards,
Harshitha.

Hi @polestar500,
Hope everything’s working fine now. If the issue persists, please provide a sample dataset so we can assist you with a solution. Don’t hesitate to reach out if you need further help.

Best Regards,
Hasrhitha.

HarishKM
Memorable Member
Memorable Member

@polestar500  Hey,
you can use below measure

Measure =

Var _M = calculate(sum(table[amount]),table [dataflag] = "Real"))

return
_M

if it is giving your right value then we are on the right track.

Measure 2 =

Var _M = calculate(sum(table[amount]),table [dataflag] = "Real" and amount >0))

return
_M

 

Thanks

Harish M

Please accepts this as a solution if it is solve your problem and give kudos as well

 

Ashish_Mathur
Super User
Super User

Hi,

Share the download link of the PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Ashish_Mathur
Super User
Super User

Hi,

Share the download link of the PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
ToddChitt
Super User
Super User

Are all fields from the same table?

 

What happens if you create a MATRIX visual and compare DATA FLAG on one axis and CONCEPT on another, with the SUM at the intersection? 




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors