Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
So, about a month ago I wrote a nodejs script that uses the REST API to glean some information for our Power BI administrator's. I set it to run once a day.
I looked at it today and I consistently get a 500 error when run from a server at work. The request is rather simple:
GET: "https://api.powerbi.com/v1.0/myorg/admin/groups?$top=100"
However, when I run that same request from my dev machine at home, I get the expected results.
Is there IP based API request limiting going on here?
User | Count |
---|---|
5 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |