Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
Solved! Go to Solution.
Simply add a custom column in Power Query :
Html.Table([Column1], {{"ExtractedText",":root"}})
The HTML.Table function you are trying to use does not exist in DAX. Power BI does not have built-in DAX functions to parse or handle HTML content.
Can you provide the expected result so we can help you ?
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!
Simply add a custom column in Power Query :
Html.Table([Column1], {{"ExtractedText",":root"}})
User | Count |
---|---|
84 | |
79 | |
71 | |
48 | |
43 |
User | Count |
---|---|
111 | |
54 | |
50 | |
40 | |
40 |