Skip to main content

Power BI

Under Review

Update rows Rest API

Vote (230) Share
Sauskethorpido's profile image

Sauskethorpido on 18 Aug 2015 03:46:14

Provide API to update rows in an uploaded dataset

Administrator on 21 Dec 2016 11:03:57

Asked the team to look into this

Comments (41)
Sauskethorpido's profile image Profile Picture

Giorgi Kvetenadze on 15 Feb 2025 11:35:12

RE: Update rows Rest API

Even Copilot thinks it should be available:Updating a specific row directly in a Power BI dataset using the API is not supported. However, you can achieve this by using the Push Dataset method, which involves deleting the existing row and then adding the updated row back into the dataset.Steps to Update a Contact in Power BI Using API1. Get Access TokenEnsure you have an access token to authenticate your API requests.2. Delete the Existing RowUse the Power BI REST API to delete the existing row with the specific contact ID.Example API Call to Delete a RowDELETE https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/tables/Contacts/rowsContent-Type: application/jsonAuthorization: Bearer {access_token}{ "rows": [ {  "id": 1234123 } ]}Which is just as 1ame... Shame on you! Administratoron 21 Dec 2016 11:03:57Asked the team to look into this

Sauskethorpido's profile image Profile Picture

Ülari Kalamees on 05 Dec 2024 10:37:43

RE: Update rows Rest API

Very much needed improvment! (Y)

Sauskethorpido's profile image Profile Picture

Leela Chandrappa on 05 Jul 2021 15:55:21

RE: Update rows Rest API

Hi,

Has this been implemented ?

Sauskethorpido's profile image Profile Picture

Paul Smullen on 06 Jul 2020 00:13:35

RE: Update rows Rest API

Is there any timeline on this? We have a project and I want to use Power BI for it but Update is needed. Delete/Insert will produce inaccurate stats on the report and it is a waste of resources besides.

Sauskethorpido's profile image Profile Picture

Mike Johansson on 06 Jul 2020 00:12:05

RE: Update rows Rest API

Power BI is useless from a buisness standpoint. We tried using it for a while but they only add features noone asked for and don't implement what users need.
Our company running in 63 countries has now finally decided to transfer to functioning dashboard software.

Sauskethorpido's profile image Profile Picture

John on 06 Jul 2020 00:09:58

RE: Update rows Rest API

And Any news on this?

Sauskethorpido's profile image Profile Picture

Larry F on 06 Jul 2020 00:07:54

RE: Update rows Rest API

This is sad that it hasn't been implemented in 3 years.

Sauskethorpido's profile image Profile Picture

Baski Baskaran on 06 Jul 2020 00:00:12

RE: Update rows Rest API

Any updates ?

Sauskethorpido's profile image Profile Picture

Power BI User on 05 Jul 2020 23:57:52

RE: Update rows Rest API

Come on guys, how is this not implemented yet? This is essential!

Sauskethorpido's profile image Profile Picture

saujanyae on 05 Jul 2020 23:54:05

RE: Update rows Rest API

What is the update on this