Forum Discussion
Convert HTML column to plain/formatted text in Power BI
Hi sardo
Can you provide some dummy data to show what you want to achieve? Perhaps you want to extract a table between <table> tags from the HTML code? Or perhaps you want to remove all tags in some HTML code? Do you have HTML code in the [HTML text] column or have a html file in this column?
Best Regards,
Jing
- sardo2 years agoRegular Visitor
Hi Jing,
I'm connected to Salesforce Object and this is an HTML field.
When I use the HTML Content Custom Visual, it shows me the data correctly with the right formatting, but I can't add any more fields and I need the content to be used in a Table.
I successfully added a custom column in Power Query by using the Html.Table([HTML text],{{"Plain text",":root"}}) code, but it's a plain text and hard for the customer to read.
Hope this clarifies. Thank you.