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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
How to post a commmand in M-Query editor for Rest API
I can run normal SQL like this
http://ip:port/command/dbname/sql/select%20%20from%20V
But I would like to run command like this
http://ip:port/command/dbname/sql/{ "command": "select from V where name = ? and city = ?",
"parameters": [ "Luca", "Rome" ]
}
You can make a table with two columns for your parameter values and then concatenate them into your sql function in a custom column. You will then get a column of tables with the results you can expand and combine.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.