Here is query regarding the text formatting inside the column as its value.
The scenario is
I have one Power BI data set with HTML tags present in it.
Now I would like to remove all the HTML tags from the column value and keep only the plain text.
Below is the example for better understanding -
Column1 = "
Number of products sold
2000
This is for the month of January
"
Now The required formatted text should be -
Number of products sold 2000 This is for the month of January
I heard that we can do it with Power Query but I don't have much knowledge regarding the same, can someone guide me?