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! It's time to submit your entry. Live now!
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.
| User | Count |
|---|---|
| 16 | |
| 9 | |
| 8 | |
| 7 | |
| 7 |