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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

EXCEPT not working

I have two tables namely TABLE and TABLE (2) and I want a DIFFERENCE TABLE (TABLE (2) - TABLE) such that I want to see values from TABLE (2) that are not present in TABLE. I used EXCEPT function for this but it does not seem to work as I expected. Both the tables are identical in column headers except the values. I am also attaching a sample .pbix file. I don't understand why is this not working although the definition of EXCEPT says that it takes values from first table not present in second one. Please help.

 

Thanks

EXCEPT.NOTWORKING pbix file

1 ACCEPTED SOLUTION
m_alireza
Solution Specialist
Solution Specialist

Hi @Anonymous ,

In the sample pbix you provided, although the columns are identical in both tables, none of the rows in TABLE (2) match what is in TABLE. Thats why the except is returning all the rows from TABLE (2). 

All the values in the row have to match for it to be excluded. 

for example, in your pbix file, even though column3 in TABLE has ijk and Column 3 in Table(2) has ijk, column1 and column2 of TABLE dont match what is in TABLE (2) for that same row. So it is not considered a match. 
notmatchedsosnotexcluded.png

When I changed the source table so they matched, you can see that the Difference Table now shows that row as excluded.
matchedsoexcluded.png

What is your expected output? That would help in coming up with a solution.

View solution in original post

2 REPLIES 2
m_alireza
Solution Specialist
Solution Specialist

Hi @Anonymous ,

In the sample pbix you provided, although the columns are identical in both tables, none of the rows in TABLE (2) match what is in TABLE. Thats why the except is returning all the rows from TABLE (2). 

All the values in the row have to match for it to be excluded. 

for example, in your pbix file, even though column3 in TABLE has ijk and Column 3 in Table(2) has ijk, column1 and column2 of TABLE dont match what is in TABLE (2) for that same row. So it is not considered a match. 
notmatchedsosnotexcluded.png

When I changed the source table so they matched, you can see that the Difference Table now shows that row as excluded.
matchedsoexcluded.png

What is your expected output? That would help in coming up with a solution.

Anonymous
Not applicable

Thanks. That does explain why it is behaving absurdly. Now I can fiddle around with my orginial pbix. Regards.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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