News

For developers evaluating a transition, Mital pointed to OpenAI’s practical documentation. He shared, “here’s our cookbook on function calling with responses: ...
I'm not asking how to detect duplicate POST requests. I'm asking if we are supposed to. According to RFC 2616 (section 9.5), POST is used to submit some sort of record/resource/data to the server ...
Christopher Webb, a member of the Power BI CAT team at Microsoft, mentions another example on his personal blog: And guess what, the Power BI REST API is one of the APIs you can call!
Power Query Custom Data Connector for Power BI REST APIs (Government Community Cloud) This Custom Data Connector wraps many of the "Get" endpoints in the Power BI API (with the exception of the ...
I try to refresh a Power BI Premium dataset programmatically by sending post request to PBI API endpoint: datasets//refreshes. The documentation (https://docs ...
There are a lot of articles and blog posts out there on how to handle OAuth2 authentication when connecting to REST APIs from Power Query in Power BI. However there is also a lot of confusion and ...
For a great explanation on working with OAuth with PowerShell, check out Stephen Owen's blog post. The Invoke-RestMethod command allows you to pass OAuth tokens and other information the API needs via ...
In his post he describes how you can add individual actions to the custom connector, but with Flow you can also create a custom connector from an OpenAPI definition and it turns out that there is an ...