Forum Discussion
Problem doing a POST request to download a file with Power Query
- 3 years ago
Hi Anonymous ,
to transform a GET to a POST request in Power Query you must add a record with a Content-field as a parameter to the call:
Chris Webb's BI Blog: Web Services And POST Requests In Power Query (crossjoin.co.uk)
Transformation of the content can easily be done using the Json.FromValue function:
Easy POST requests with Power BI and Power Query using Json.FromValue – (thebiccountant.com)
Hi Anonymous ,
to transform a GET to a POST request in Power Query you must add a record with a Content-field as a parameter to the call:
Chris Webb's BI Blog: Web Services And POST Requests In Power Query (crossjoin.co.uk)
Transformation of the content can easily be done using the Json.FromValue function:
Easy POST requests with Power BI and Power Query using Json.FromValue – (thebiccountant.com)