Forum Discussion
Case insensitive replacement in Power Query
- 7 months ago
Hii Ashish_Mathur
Power Query text replacements are case-sensitive by default. To make them case-insensitive, we normalize both the source text and lookup values using Text.Upper or Text.Lower, and apply replacements via Table.TransformColumns instead of Replacer.ReplaceText.
- 7 months ago
Ashish_Mathur Try this "Comparer.OrdinalIgnoreCase" . This particular function ignores case and applies ordinal rules for comparison.
https://learn.microsoft.com/en-us/powerquery-m/comparer-ordinalignorecase
Thank you for reaching out to the Microsoft Fabric Forum Community.
rohit1991 Tahreem24 Thanks for the inputs.
I hope the information provided by users was helpful. If you still have questions, please don't hesitate to reach out to the community. We are glad to help.
Thanks.
- v-priyankata7 months agoCommunity Support
Hope everything’s going smoothly on your end. I wanted to check if the issue got sorted. if you have any other issues please reach community.