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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
mikesqu
Helper I
Helper I

Table values don't add up

Hi all,

 

As you can see below I have a table of sales giving me the correct column total of 136, but the individual values only add up to 134. The table isn't restricted by size, but I am at a loss as to why the figures don't add up. The filters should be universal.

 

Any help will be amazin.

Cheers

Mike

 

BITotals.png

 

 

 

1 ACCEPTED SOLUTION
mikesqu
Helper I
Helper I

Definite an issue with the source table. I will have to review the set up. Thanks for your help anyway guys

View solution in original post

6 REPLIES 6
mikesqu
Helper I
Helper I

Definite an issue with the source table. I will have to review the set up. Thanks for your help anyway guys

Anonymous
Not applicable

@mikesqu 

Should not be a bug, but this makes the model difficult to understand, maybe just share a sample pbix file.

 

Regards
Paul

PhilipTreacy
Super User
Super User

Hi @mikesqu 

Silly question, but are the values for Total Sales actually integers? If they are decimal and in the Data window you've  got the number of decimal places for that column set to 0, the values are being rounded too, hence the discrepancy?

rounding.png

Phil


If I answered your question please mark my post as the solution.
If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


No these are integers so no rounding issue

amitchandak
Super User
Super User

@mikesqu , need to check calculation and data for that. Assume total sales is you measure try a new measure like and check

total sales new =sumx(Values(Table[source]),[total Sales])

 

also refer :https://www.youtube.com/watch?v=ufHOOLdi_jk

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Interesting video, but it is the total figure which is correct and the values which require changing.

The results are from 2 tables:

  • Lead table 
  • Sale table

Both of these have a relationship with the following tables:

  • Source table by source name
  • Date table by lead creation date / sale date

 

As you can see below the 8 in the 3rd row needs to be the correct 10. The top table is using the source table, the second table is using the sources from the sales table. Unfortunately I need the source table used so that the correct number of leads are represented.

 

BITotals.png

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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 Solution Authors