Forum Discussion
Python Rest API Python 404 ExecuteQueries
- 1 year ago
That sounds odd. One quick question, your original post suggests that you ran requests.get function.
Should not it be requests.post method?Considering this the api documentation itself says its a post call
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries
Need a Power BI Consultation? Hire me on Upwork
Connect on LinkedIn
Did I answer your question? Mark my post as a solution! If I helped you, click on the Thumbs Up to give Kudos.
Proud to be a Super User!
yes , i had enable these settings , and the dataset had no RLS .
That sounds odd. One quick question, your original post suggests that you ran requests.get function.
Should not it be requests.post method?
Considering this the api documentation itself says its a post call
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries
Need a Power BI Consultation? Hire me on Upwork
Connect on LinkedIn
|
- bi_small_potato1 year agoFrequent Visitor
thanks , you are right. I had use wrong function , i need to use request.post instead of request.get , 😂