Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
PudduckD
New Member

html tags

Hi Can anyone help, why is my query returning the following font info at the begining and end? how do i remove these html tags? <font face="Arial">DCH OOS and cant get any from any supplier what would you like us to do? Darren </font>

1 ACCEPTED SOLUTION
PudduckD
New Member

sorry missed a couple of curly brackets = Html.table ([HTML Text],{{"plaintext",":root"}}) 

View solution in original post

3 REPLIES 3
PudduckD
New Member

sorry missed a couple of curly brackets = Html.table ([HTML Text],{{"plaintext",":root"}}) 

PudduckD
New Member

Hi thanks for your answer, i managed to figure it out and yes i did use a custom column but used the following formula = Html.table ([HTML Text],{{"plaintext"",":root}}) 

rajendraongole1
Super User
Super User

Hi @PudduckD - can you please share more details with sample data . as per my understading, do you want to remove the HTML tags ?

 

if yes in power query editor we can do it, via different data transformations by creating new custom column  and using Text.Replace() m functions:

 

eg.,= Text.Replace(Text.Replace([YourColumnName], "<font face=""Arial"">", ""), "</font>", "")

 

or by using DAX Resolved solution:

 

Solved: How to remove html tags from some rows. - Microsoft Fabric Community

 

Hope it works





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.