Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi PBI Community,
I need some assistance, I am trying to parse JSON out of a column. The current connection type is Direct query to an SQL server. Unfortunatly because of this connection type i cannot use the "transform function" in the query editor to quickly parse out the JSON.
What options do i have while still remaining connected via direct query?
Data looks like
Solved! Go to Solution.
@Anonymous,
Instead of parsing JSON in Power BI Desktop, using SQL statement to combine relational rows and JSON elements with CROSS APPLY and OPENJSON() functions during the import process, then import all the data.
For moredetails about query JSON data using T-SQL, please review the following articles.
https://docs.microsoft.com/en-us/sql/t-sql/functions/openjson-transact-sql
https://sqlwithmanoj.com/2015/11/02/store-json-data-in-a-table-openjson-and-json_value-functions-sql-server-2016-part-4/
Regards,
Lydia
To clarify the direction I took for any readers of this in the future, I ended up switching the data connection type to import in order to gain full power query and dax functionality which will enable me to use "Path" and "Pathitem".
Cheers
@Anonymous,
Instead of parsing JSON in Power BI Desktop, using SQL statement to combine relational rows and JSON elements with CROSS APPLY and OPENJSON() functions during the import process, then import all the data.
For moredetails about query JSON data using T-SQL, please review the following articles.
https://docs.microsoft.com/en-us/sql/t-sql/functions/openjson-transact-sql
https://sqlwithmanoj.com/2015/11/02/store-json-data-in-a-table-openjson-and-json_value-functions-sql-server-2016-part-4/
Regards,
Lydia
Hi,
I have same problem but we are using DirectQuery into BigQuery tables, which I don't have access to how the column is parsed. Is there some other solution to working with JSON in a DirectQuery column, apart from string manipulation in DAX?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |