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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
gfross
Helper I
Helper I

Power BI Report Builder Cannot Execute MySQL Stored Procedure

I'm trying to call a stored procedure from MySQL via an System DSN/ODBC Connection (MySQL ODBC 8.0 ANSI Driver) and I'm getting error 'ERROR [42000] [MySQL][ODBC 8.0(a) Driver][mysqld-8.0.27]You have an error in your SQL syntax'. I can pull data via a dataset using a 'Text' Query Type and typing in a SQL Statement. I would prefer using a stored procedure with parameters that I can pass to it. This way I can reduce the size of the dataset.

 

I even tried creating a dataset with a 'Table'  Query Type and I get error 'An error occured while connecting to the data source. Only the text-based query designer will be available.' I made sure the 'Disable Schema Support' is unchecked in the MySQL ODBC Connector. Any help is appreciated.

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

Hi @gfross ,

 

Please use "?" to pass procedure parameters.

MySQL Stored Procedure Call from SSRS through ODBC 


Take SQL Server as an example.

  • Use the ODBC connector.

vkkfmsft_1-1658468953966.png

 

  • Call the stored procedure.
exec ProductCategory ?

vkkfmsft_0-1658468929430.png

  • Result.

vkkfmsft_2-1658469006565.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

View solution in original post

3 REPLIES 3
gfross
Helper I
Helper I

I realized that I needed to select a query type of Text and not Stored Procedure. I guess MySQL stored procedures don't like the Stored Procedure type.

gfross
Helper I
Helper I

The MySQL stored procedure I'm using requires three parameters, so in query designer I have the following:

call sp_Lock(?,?,?)

However I get the following error message.

gfross_0-1660657276125.png

 

v-kkf-msft
Community Support
Community Support

Hi @gfross ,

 

Please use "?" to pass procedure parameters.

MySQL Stored Procedure Call from SSRS through ODBC 


Take SQL Server as an example.

  • Use the ODBC connector.

vkkfmsft_1-1658468953966.png

 

  • Call the stored procedure.
exec ProductCategory ?

vkkfmsft_0-1658468929430.png

  • Result.

vkkfmsft_2-1658469006565.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.