Forum Discussion
Rich text/HTML formatting in PowerBI table
- 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
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
Please create custom coumn and use this code , and enjoy
if [HMTLField] = null then null else Html.Table([HMTLField] , {{"text",":root"}})
- Anonymous2 years agoNot applicable
Hi thanks this worked for me. However the html format had bullet points hence, every new sentence was on new line. Is there any way I can maintain this (Html.Table([HMTLField] , {{"text",":root"}}) structure after this step?
- 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. Wolud you mind to share your input here. Thanks
- occams_razor2 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