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 August 31st. Request your voucher.
Hi,
I'm trying to create a conditional column (Column Z) for when a certain column (Column A) contains a specific text.
These texts are varying in lowercase, uppercase letters, and spacing. And I noticed that the value being recognized are only the ones in the text "AS IS"
Is there a way to parse all these texts first to lowercase so that there's no need for a lot of conditions below:
Thank you!!
Solved! Go to Solution.
@annlois , You can compare both sides using Text.Upper - https://docs.microsoft.com/en-us/powerquery-m/text-upper
edit the code in advance editor or write if manually
@annlois , You can compare both sides using Text.Upper - https://docs.microsoft.com/en-us/powerquery-m/text-upper
edit the code in advance editor or write if manually
User | Count |
---|---|
74 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
48 | |
46 |