Forum Discussion
Anonymous
5 years agoNot applicable
Rich text/HTML formatting in PowerBI table
Hi all, I currently have an important that comes with HTML mark-up due to how it is input into a database; so lots of <p> and <b> and a huge chunk of text that is generally unreadable. Is t...
- 5 years ago
Anonymous , You have HTML content , no sure if that can help
HTML content
https://appsource.microsoft.com/en-us/product/power-bi-visuals/wa200001930?tab=overview
faheem_Latif_BI
2 years agoHelper I
Please create custom coumn and use this code , and enjoy
if [HMTLField] = null then null else Html.Table([HMTLField] , {{"text",":root"}})
occams_razor
2 years agoNew Member
This worked for me, thanks!
- anusha_20231 year agoHelper IV
Hi! I am trying to create Custom column to recognize rich text in this similar way and I am having issue. Can you please share your input here. Thanks