Forum Discussion
common763
1 year agoHelper III
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...
- 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.
lbendlin
1 year agoSuper User
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.
common763
1 year agoHelper III
Here is the sample data coming from a Power App.
<p>Compliance for report</p>
I need it to display
Compliance for report
Sorry, but I dont understand specifically what you mean by
Parse the HTML and ask Power Query to return only the payload text.