The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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