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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
Anonymous
Not applicable

Totals Not Equaling Rows

Hello,

 

I'm new to Power BI and have taken over a dashboard created by someone no longer around to ask.

 

I am wondering why my totals are not equaling what I am adding up in the columns for Scheduled Hours and Sick Hours.

 

Any assistance on what is happening and how to fix this would be great.

 

Sample-May.jpgSample-May-Columns.jpg

1 ACCEPTED SOLUTION
danextian
Super User
Super User

Hi @Anonymous ,

 

That is normally the case if the aggregation used in the formula uses the distinct values. For example, Item1 in column A shows 2 and Item2 shows 3 but the total sums up to only 5. To illustrate:

ColumnA ColumnB Distinct Count per columnA Distinct Count as a whole
Item1 A 3 unique items 4 unique items (A, B, C, D where C is counted once)
Item1 B
Item1 C
Item2 D 2 unique items
Item2 C

You can inspect the formulas in those measure to get an idea.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

3 REPLIES 3
danextian
Super User
Super User

Hi @Anonymous ,

 

That is normally the case if the aggregation used in the formula uses the distinct values. For example, Item1 in column A shows 2 and Item2 shows 3 but the total sums up to only 5. To illustrate:

ColumnA ColumnB Distinct Count per columnA Distinct Count as a whole
Item1 A 3 unique items 4 unique items (A, B, C, D where C is counted once)
Item1 B
Item1 C
Item2 D 2 unique items
Item2 C

You can inspect the formulas in those measure to get an idea.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
Anonymous
Not applicable

Thank you for providing an example. This is something I will need to be aware of go forward and try to find a way to show the proper totals

yaowen
Frequent Visitor

It is suggested to cut the table data to make it clearer. Try this code to create two new Measures:

ScheduledHours = SUM([Scheduled Hours])

SickHours = SUM([Sick Hours])

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.