Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
10 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
14 | |
9 | |
5 | |
5 | |
4 |