Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
My organisation has created a data warehousing system, which holds some tables which are hardcoded and some which are in XML. This data has been pulled from the database, into the data warehouse and then into Power BI. All XML code has been inlcluded into the one table in a string format.
If I were to strip out the XML code I require into its own colum, could Power BI digest and interpret this information? I've seen a number of responses in the Power BI community advising people to export their data to an XML file and import it into Power BI, however with our data warehousing system in place, this would not be a viable option.
TL;DR: Can Power BI read XML data imported as a string?
Based on my understanding:
You need to show xml data in your report, this data is stored in an data warehouse like Azure SQL Data Warehouse.
You need to know how to extract parts of this xml and convert it into a tabular data.
Right?
I would suggest you to use Query editor to modify the XML table.
Reference:
Best Regards
Maggie