Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I'm running into a very odd error while creating Datasets for Power BI using Microsoft.AnalysisServices. Basically I'm attempting to clone a dataset from an existing one by using Microsoft.AnalysisServices.Tabular's CopyTo() method to copy the Model from one dataset into another. This has been working fine for us on our P2 instance that we setup but lately everything has stopped working and now throws the following exception:
Failed to save modifications to the server. Error returned: 'The request failed due to throttling, because the number of datasources exceeded the maximum limit.
Technical Details:
RootActivityId: 53363332-39fb-411e-ad6d-f38c88f5107d
Date (UTC): 7/30/2024 11:05:48 PM
'. Furthermore, I'm seeing similar messages when I attempt to look at these datasets in SSMS:
Would anyone happen to know what limit I'm running into here?
Thanks,
Solved! Go to Solution.
I ended up opening a ticket with Microsoft on this one and found the root of the issue.
We were using a Service Principal to access the Power BI API but it turns out there are some hard limits on what a single account can do. In this case there's a limit of 1,000 Datasources that an account can create which we quickly hit with our process. The only way around this is to create even more Service Principals to handle further requests with Power BI.
I ended up opening a ticket with Microsoft on this one and found the root of the issue.
We were using a Service Principal to access the Power BI API but it turns out there are some hard limits on what a single account can do. In this case there's a limit of 1,000 Datasources that an account can create which we quickly hit with our process. The only way around this is to create even more Service Principals to handle further requests with Power BI.
Hi @Anonymous ,
Is the amount of data in your dataset growing every day? Regarding your error message, it may be that the number of rows in the dataset exceeds the row limit of 'CopyTo'. You can try to reduce the amount of data in the dataset and try again.
Best Regards,
Wenbin Zhou
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 49 | |
| 24 | |
| 12 | |
| 12 | |
| 11 |