Forum Discussion
DAX - Help with FIND
Hi Anonymous ,
In Power Query, add a Conditional Column
or if you want a calculated column:
Yes = if(CONTAINSSTRING(myTab[Authorization],myTab[AuthCode]),"Yes","No")
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel
Thank you... the two columns are in different tables. can PowerQuery reference a different table?
- Nathaniel_C6 years ago
Community Champion
Hi Anonymous ,
Sorry, I missed that. Let me revise.
Nathaniel- Nathaniel_C6 years ago
Community Champion
Hi Anonymous ,
Please check this post out. https://community.powerbi.com/t5/Desktop/joinAlgorithm-and-keyEqualityComparers/m-p/182148#M79842 ImkeF is the magician of M.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel- Anonymous6 years agoNot applicable
I think this is probably the way to go... I'm just not familiar enough with M yet to get it to work.