The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
183 | |
80 | |
62 | |
46 | |
38 |