Forum Discussion
Kathir
4 years agoFrequent Visitor
Power Query API Call
Hi, I need some help. I tried to call my IoT sensor readings via an API. The data rows produced by the Power BI is limited to 100. So, I got the below mentioned codes from one of the forums. These co...
Anonymous
4 years agoNot applicable
Hi Kathir ,
This seems to be a problem with account authorization. Please check the post below, hopefully the solution therein will help you.
I stumbled over a similar problem as you last year. I solved my api connection by buidling a custom data connector.
https://github.com/Microsoft/DataConnectors
With the connector you have a lot of possibilitys for authentication handling:
see: https://docs.microsoft.com/en-us/power-query/handlingauthentication
The custom Connector can be attached to the data gatway from there the api calls are made.
This is not a really easy way for sure but may be a solution.
Best Regards
Kathir
4 years agoFrequent Visitor
Hi Thanks for the reply. My problem is not on authentication. My problem is on how to append each epoch of 100 records automatically.