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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Newbie22
Resolver I
Resolver I

Same measure but getting different result when it's beside another measure from a diff table.

Hi! 

I have two different tables and created one measure for each (Measure #1 and Measure #2). I need to combine them in one single table but for some reason Measure #2 is giving different results when put beside Measure #1.

 

I already created a relationship between the two tables but still there are invoices/values that are being filtered out on Measure #2. 

 

Here's the DAX I created:

(Measure #1) _Beg BalanceSUMX('Beginning Balance''Beginning Balance'[USD REMAINING AMOUNT])

(Measure #2) _Today's Balance = SUMX('Today''s Balance', 'Today''s Balance'[USD REMAINING AMOUNT])

 

Newbie22_0-1680000109798.png

 

Correct total should be 25,220,083.74 but in the combined table the Today's Balance is 25,216,631.19.

 

Here's the sample PBIX for your reference: Sample PBI - Google Drive

 

 

Thank you in advance to those who will lend their expertise and time 🤗

 

 

 

 

2 REPLIES 2
johnt75
Super User
Super User

You have some entries in beginning balance with a blank aging bucket but the corresponding aging bucket in todays balance is not blank. You can either remove the filter for blank from the combined table or add it to the table with just today's balance, not sure which is correct for your situation.

Newbie22
Resolver I
Resolver I

Help please?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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