Has anyone else encountered, or more importantly worked around, the limitations of the Power BI API on not being able to load more than 200k rows in an hour via the API? I get these messages trying to run in around 600k of rows into Power BI (using the latest Power BI ouput tool):
Error: Power BI Output (2): Failed to push record(s) to Power BI. 429: Maximum number of requests exceeded in time window. Number of rows in table: 310000. Requests in last 60 minutes: 120. Please retry later.
Error: Power BI Output (2): Failed to push record(s) to Power BI. 429: Maximum number of requests exceeded in time window. Number of rows in table: 310000. Requests in last 60 minutes: 120. Please retry later.
Error: Power BI Output (2): Closing connection to Power BI. Failed to post all rows.
It seems this is standard behaviour from the API (https://docs.microsoft.com/en-us/power-bi/developer/api-rest-api-limitations)
However, 200k isnt large, and I can run in my 600k via PBI desktop and publish but I want to leverage Alteryx to do all my Power BI publishing. Any ideas!?