Forum Discussion

DisclosureUser's avatar
DisclosureUser
New Member
10 years ago
Solved

How to get data from an XML string in a SQL Server database

I'm evaluating Power BI for possible purchase- not liking it all so far.   I need to get LOTS of data from a SQL Server column that is datatype of XML. In a SQL statememt this looks like this: sel...
  • ankitpatira's avatar
    10 years ago

    DisclosureUser There are couple of ways,

     

    1. When connecting to sql server from power bi desktop you have option to execute sql statement.

     

    2. Export table out as XML from sql server and then import that xml file into power bi.