Forum Discussion
anusha_2023
1 year agoHelper IV
Recongnize HTML tags to create Description column in Matrix
Hi! I am trying to create Custom column to recognize rich text in this way and I am having issue. Can anyoneyou help me to solve this issue here. Later I need to use this column in the matrix. Thanks...
- 1 year ago
Simply add a custom column in Power Query :
Html.Table([Column1], {{"ExtractedText",":root"}})
anusha_2023
1 year agoHelper IV
I have a column in the table this way below
I need to show this column in the matrix instead of cleaning HTML tags I am trying to translate as Rich text. Is there anyway to translate the column . Any suggestions. Thanks!
AmiraBedh
1 year agoSuper User
Simply add a custom column in Power Query :
Html.Table([Column1], {{"ExtractedText",":root"}})