Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello I try to have a flag column in M .
I neef to use IF LIKE
example
IF columun 1 like %Parcels%, 'PARCELS' other null
It's possible ?
Solved! Go to Solution.
@Vanessa250919 , Try like
if Text.Contains([columun 1], "Parcels") then "PARCELS"
refer
https://docs.microsoft.com/en-us/powerquery-m/text-contains
User | Count |
---|---|
84 | |
79 | |
71 | |
48 | |
43 |
User | Count |
---|---|
111 | |
54 | |
50 | |
40 | |
40 |