The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Team
I am working with a sharepoint list and the details are coming through with the HTML language.
How can I avoid this happening??
Cheers
Zach
Solved! Go to Solution.
It's because of the column type you're using - probably rich text. The easiest route for text fields is to just use plain text type in the SharePoint list instead, but iirc if you convert the existing column it'll have whatever HTML was in there when it converted so it's kind of a pain to switch midway through.
As far as keeping it, there's not a great way to display the HTML text in the core table visual to my knowledge - there are HTML visuals in the app store, but using it in the core visual table is not really a thing outside of SVG.
It's because of the column type you're using - probably rich text. The easiest route for text fields is to just use plain text type in the SharePoint list instead, but iirc if you convert the existing column it'll have whatever HTML was in there when it converted so it's kind of a pain to switch midway through.
As far as keeping it, there's not a great way to display the HTML text in the core table visual to my knowledge - there are HTML visuals in the app store, but using it in the core visual table is not really a thing outside of SVG.
@ZachUnger , Are you using sharepoint list connector or web connector
https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-sharepoint-online-list
SharePoint list connector.