Forum Discussion

common763's avatar
common763
Helper III
1 year ago
Solved

Remove HTLM tags from text in Power Query

We have a power app that is now connected to a Power BI report.  There is a column that has HTML tags and we would like to remove the <>, </> and tags inbetween the characters.  is there a good way t...
  • lbendlin's avatar
    1 year ago

    Parse the HTML and ask Power Query to return only the payload text.

     

    Please provide sample data that fully covers your issue.
    Please show the expected outcome based on the sample data you provided.