Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
bfaivre
Regular Visitor

Bring MySQL JSON data type / query into Power BI

Hello,

 

I’m attempting bring data from a MySQL query into Power BI. The table has two columns “TagId” data type is INT and Value data type is JSON. The path I am wanting to return from Value is “pv”.

 

Here is the query that executes fine:

 

SELECT TagId, JSON_EXTRACT(Value, "$.pv") pv FROM TagValue;

 

When I put this query in the “SQL statement” in “Advanced options” of my “Get Data” I get the following error message:

 

2016-10-20_21-29-50.jpg

 

Anyone have experience or recommendations on how I can accomplish this?

 

Thanks,

 

Brian

1 REPLY 1
v-micsh-msft
Microsoft Employee
Microsoft Employee

Hi bfaivre,

 

I am not very familiar with MySQL, I suggest that we take a look at the general query log in MySQL, see if the query language putted into Power BI Desktop would get the proper result in MySQL.

Also, please enable Power BI Desktop Tracing:

File -> Options & Settings -> Options->Global->Diagnostics, check the tracing

By the way, would it be available to select the table item through the Table List?

Regards

 

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors