Forum Discussion
DAX or Query: Compare two columns in different Tables
- 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())
Hi Anonymous
here you go
Attached the file
https://drive.google.com/file/d/1hMWpl1vwwXlj8yDKT8vmXLUF7S207jUU/view?usp=sharing
- tulasi_pbi19884 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
- Rookzie3 years agoNew Member
Hello,
i tired to enter this in as a new coulum but all i got back was "match" when i know some dont match.any reason why this would happen?
- aj19733 years agoCommunity Champion
Hi Rookzie
I don't understand what are you talking about !!!
Can you open a new thread with more details of your issue and share it with me please?
- Anonymous3 years agoNot applicable
Hi aj1973 I had the same issue as Rookzie, looks like the formula worked with no errors but the but all the results are a "match" ,
Looking at this again I see that my tables don't have a common column, the common column, when they interact the common column or the intersection is in another table. Do you know how I can do this?
could you advise why this might be? thank you!