Forum Discussion
Searching multiple columns for embedded report with close/fuzzy matches
- Anonymous5 years ago
HI ctoscher,
In fact, current power bi filters not support advanced fuzzy match/search. Most custom filter effects required you to write the formula and apply it to the 'visual level filter'.
From SQL to DAX: String Comparison - SQLBI
Applying a measure filter in Power BI - SQLBI
In my opinion, I'd like to suggest you use some advanced tools to process these fields to fix common string issues(typo, synonyms) before getting data to power bi. (e.g. machine learning, ai intelligence analysis)
Regards,
Xiaoxin Sheng
HI ctoscher,
In fact, current power bi filters not support advanced fuzzy match/search. Most custom filter effects required you to write the formula and apply it to the 'visual level filter'.
From SQL to DAX: String Comparison - SQLBI
Applying a measure filter in Power BI - SQLBI
In my opinion, I'd like to suggest you use some advanced tools to process these fields to fix common string issues(typo, synonyms) before getting data to power bi. (e.g. machine learning, ai intelligence analysis)
Regards,
Xiaoxin Sheng