Forum Discussion
sardo
2 years agoRegular Visitor
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...
navd36_bi
10 months agoNew Member
Hi,
In your transformation, go to column which you want to clean.
Insert step to replace the null values to
Blank ""
Add custom column for following:
Html.Table([HTML text column],{{"text",":root"}})