Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello
I have a solution that extracting data from Power BI API, specifically using this endpoint and official docs
Admin - Datasets GetDatasetsInGroupAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Docs
In docs response from API is descibed like this:
{
"value": [
{
"id": "cfafbeb1-8037-4d0c-896e-a46fb27ff229",
"name": "SalesMarketing",
"addRowsAPIEnabled": false,
"configuredBy": "john@contoso.com",
"isRefreshable": true,
"isEffectiveIdentityRequired": false,
"isEffectiveIdentityRolesRequired": false,
"isOnPremGatewayRequired": false
}
]
}
A few days ago it was changed to this:
{'addRowsAPIEnabled': True,
'configuredBy': 'xxxx@xxx.com',
'id': 'f3e047b9-d947-4ab5-8337-454gfgsdfasd',
'isEffectiveIdentityRequired': False,
'isEffectiveIdentityRolesRequired': False,
'isRefreshable': True,
'name': 'IoT Dev v0.2',
'schemaMayNotBeUpToDate': False,
'targetStorageMode': 'Abf',
'upstreamDatasets': [],
'users': []}
For example "isOnPremGatewayRequired" is gone.
My question how often should I expect such a changes, how I could monitor such a changes, even why documentions is not updated due to any changes. It is not the first time.
Hi @Anonymous ,
You can find the "Is this page helpful?" option in the upper right corner of the corresponding official documentation, select Yes or No, and fill in the corresponding feedback information (such as request to update the documentation with latest information). They will reply in time and make response accordingly if the related support team see your feedback info...
Best Regards
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |