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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Comparing two sets of data

Hi,

 

I am trying to run a query where the I can see all the orders from table 1 that exist in table 2 where the order status does not match. Please see example of tables

 

Table 1

Order NoOrder Status
1234Resolved
1235Pending
1236Open
1237Resolved

 

Table 2

Order NoOrder Status
1234Open
1235Resolved
1236

Pending

1237Resolved

 

 

@PowerBI please can someone help? I have tried doing a merge ant left query but this gives me only the records in the first table that do not exisit in the second table.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Select the Order No column of the two tables to merge.

4.png

 

Then select the required field and expand it.

5.png6.png

 

Finally add a conditional column

7.png8.png

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @Anonymous ,

 

Select the Order No column of the two tables to merge.

4.png

 

Then select the required field and expand it.

5.png6.png

 

Finally add a conditional column

7.png8.png

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Thanks - also do I need to use order no and order status as both the keys to join? 

No, use only order no as key to join the two tables.


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

Anonymous
Not applicable

Thanks. how do I see the different order status values from both tables? Do I need to expand th query to show status prefixed ?

 

And I need to count of all the mismatch records so would this be the correct way Total Mismatch Orders:=COUNTROWS(table1)

CNENFRNL
Community Champion
Community Champion

Table1 ( left outer join ) Table2

instead of anti-join.


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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