Forum Discussion

sardo's avatar
sardo
Regular Visitor
2 years ago

Convert HTML column to plain/formatted text in Power BI

I need to conver HTML column in plain text. I've watched some tutorials and added a custom column with the following coding in Power Query: Html.Table([HTML text],{{"Plain text",":root"}}) This does...