Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Mr_Mr
Helper I
Helper I

Adding a new column to search for words but using Comparer.IgnoreOriginalCase

Morning all,

 

Struggling a wee bit here to get the DAX to work for me. Looking to use Add Custom Column and utilise Comparer.IgnoreOriginalCase to allow me to create a column which searches into two columns but would need the search to ignore the case sensitivity of the search word as can be words.

Any help greatly appreciated.

Thanks. 

1 ACCEPTED SOLUTION
vicky_
Super User
Super User

Are you using DAX or M? "Comparer.IgnoreOriginalCase" looks like a M parameter, in which case, it's fine, but DAX has options for case sensitive (FIND() function) and insenstivie (SEARCH() function) so there's no need to specify as a parameter.

View solution in original post

1 REPLY 1
vicky_
Super User
Super User

Are you using DAX or M? "Comparer.IgnoreOriginalCase" looks like a M parameter, in which case, it's fine, but DAX has options for case sensitive (FIND() function) and insenstivie (SEARCH() function) so there's no need to specify as a parameter.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.