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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have figured out why I cannot update from online.
I get an error: MySQL: SELECT command denied to user 'XXX' for tablr 'proc'
I can read several places that it is a comon problem on MySQL. A lot of plases, like below link, says to ad this to my connection string:
Use Procedure Bodies=false;
But I cant get it to work. I go to Edit Queries - Advanced Editor. Then there is a quere, that loads my table, and I dont know where to insert the Use Procedure Bodies:
let
Source = MySQL.Database("MYHOST, "MYDB", [ReturnSingleDatabase=false]),
TABLE = Source{[Schema="XXX",Item="XXX"]}[Data]
in
XXX
Solved! Go to Solution.
There seems no way to apply the first option in your link in powerbi, so far I don't find anywhere to change the connection string.
Try the second option, granting sufficient permission.
There seems no way to apply the first option in your link in powerbi, so far I don't find anywhere to change the connection string.
Try the second option, granting sufficient permission.
I got acces to the PROC table last week and now I can refresh.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.