I have a process where my project teams fill out an InfoPath web form that then publishes their responses on the form into a SharePoint list. The list is a mix of numerical fields, single line text fields and multiple lines of text fields.
I was able to connect my SharePoint list to PowerBI desktop with no issues. The numerical and single line text fields translate over into PowerBI no problem.
The multiple lines of text fields are not translating over. Instead they show as follows;
<div class = "ExternalClass1234ABCD"><p>Actual Text</p></div>
How do I get PowerBI to show the actual text without showing the <div> and </div>