Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.