Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Push Dataset Record Level Limitation (Live Connection)

I am getting below error in our Live Power BI connection setup (using Push dataset).  I have a large dataset about 600k rows.   [ Spoiler ] In this article - https://www.techtalkcorner.com/power-b...
  • Anonymous's avatar
    Anonymous
    7 years ago

    HI Anonymous ,

    I'd like to suggest you to take a look at following document first, it mention the limitations when you use post datasource.

    Power BI REST API limitations

     

    Spoiler

    To POST Rows

    • 75 max columns
    • 75 max tables
    • 10,000 max rows per single POST rows request
    • 1,000,000 rows added per hour per dataset
    • 5 max pending POST rows requests per dataset
    • 120 POST rows requests per minute per dataset
    • If table has 250,000 or more rows, 120 POST rows requests per hour per dataset
    • 200,000 max rows stored per table in FIFO dataset
    • 5,000,000 max rows stored per table in ‘none retention policy’ dataset
    • 4,000 characters per value for string column in POST rows operation

     

    >> Is there any similar record level limitation at workspace level?

    As document said, power bi has limitation on data amount and frequency when you use rest api to send data. Current it not has limitations on workplace level, but you need to check your capacity amount to confirm if data amount are over limit.

    Manage data storage in Power BI workspaces

    Regards,

    Xiaoxin Sheng