Forum Discussion
Anonymous
3 years agoNot applicable
EXCEPT function not returning the correct details
I have two tables which are formed by extracting one similar column(STORY ID) from two different multicolumn tables. The two tables are like below: Now, I want to calculate the difference b...
amitchandak
Super User
3 years agoAnonymous , Try only for Id
EXCEPT(Distinct('ON END STORIES'[Story ID]) , Distinct('ON START STORIES''[Story ID]))
This will not compare other columns