Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
@Vanessa250919 , Try like
if Text.Contains([columun 1], "Parcels") then "PARCELS"
refer
https://docs.microsoft.com/en-us/powerquery-m/text-contains
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
104 | |
99 | |
99 | |
38 | |
37 |
User | Count |
---|---|
158 | |
124 | |
76 | |
74 | |
63 |