Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

searching text for " symbol

I'm trying to write a dax formula that searches a product description text for the " symbol which indicates inches. My formula below doesn't work because powerbi is confused because " is used to call...
  • Ajinkya369's avatar
    Ajinkya369
    6 years ago

    Hey Anonymous ,

     

    Any of the Dax function for string matching wont work for this special character " ,you have two options either do it in the query editor by adding a conditional column or replace the special character " with

     

    If your problem is solved then please accept this as a solution

     

    Thank you