Forum Discussion
Anonymous
5 years agoNot applicable
DAX or Query: Compare two columns in different Tables
Hi PowerBI I have 2 tables and want to compare two columns (one from each) in query editor or dax. I just need a yes they (the text values) match or no (text values) don't match in a new ...
- 5 years ago
Hi Anonymous
here you go
Attached the file
https://drive.google.com/file/d/1hMWpl1vwwXlj8yDKT8vmXLUF7S207jUU/view?usp=sharing
- 5 years ago
Hey add this to the measure if you don<t want to count the Blank rows
Count of MisMatch = CALCULATE(COUNTROWS(OEC_Service_Requests) , OEC_Service_Requests[Match/No Match__] = "No Match", OEC_Service_Requests[Status_Code ESR] <> BLANK())
aj1973
5 years agoCommunity Champion
Hi Anonymous
here you go
Attached the file
https://drive.google.com/file/d/1hMWpl1vwwXlj8yDKT8vmXLUF7S207jUU/view?usp=sharing
tulasi_pbi1988
4 years agoHelper I
Hi Anonymous
If the relationship is Many to Many means?
I have the same scenario to do, but I have Many to Many relationship.
Do you have anything like this, please?
Thank You
- aj19734 years agoCommunity Champion
What do you mean by like this????
Please open a new thread and send me examples where I can look into your issue. Every model is unique and different.
Thanks
- tulasi_pbi19884 years agoHelper I