Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
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 |
---|---|
87 | |
74 | |
69 | |
58 | |
55 |
User | Count |
---|---|
41 | |
38 | |
34 | |
32 | |
30 |