Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Changing in Power BI API

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.

1 REPLY 1
Anonymous
Not applicable

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...

yingyinr_0-1626836366474.png

Best Regards

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.