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 API
1. Get Access Token
Ensure you have an access token to authenticate your API requests.
2. Delete the Existing Row
Use the Power BI REST API to delete the existing row with the specific contact ID.
Example API Call to Delete a Row
DELETE https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/tables/Contacts/rows
Content-Type: application/json
Authorization: Bearer {access_token}
{
"rows": [
{
"id": 1234123
}
]
}
Which is just as 1ame... Shame on you!
Administrator
on 21 Dec 2016 11:03:57
Asked the team to look into this
Recent ideas
Enable Ownership Change / Take‑Over for Mirrored Database Items in Fabric
Mirrored DBs do not support ownership transfer today. This becomes an issue when someone leaves the company. And the user tied to the ownership is beeing disabled. That means you need to recreate the...Sigurd1 hour agoNew MemberNew828Views22likes2CommentsAmazon Redshift Connector - Power query
Amazon Redshift is a supported connector within Power Query and supports Microsoft Entra ID (Azure AD) Single Sign-On (SSO) scenarios through Power BI Service and Power BI semantic models. Documentat...aashraysood1 hour agoMicrosoft EmployeeNew3Views0likes0CommentsAPI to check that Failure Notifications for Scheduled Pipeline Runs are correctly set up
Please create a GET API endpoint so that we can check whether users have been added to the Failure Notifications list for a scheduled pipeline. Instead of having to check this manually for each pipe...frithjof_v3 hours agoCommunity ChampionNew9Views0likes0Comments:: operator for typecast in T-SQL
Introduce support for the ::type cast operator in Fabric Data Warehouse as syntactic sugar for the existing CAST(... AS type) expression. The new operator would be functionally equivalent and compile...jovanpop-msft13 hours agoMicrosoft EmployeeNew43Views7likes1CommentThis is a genuine feature request for Power BI Table and Matrix visuals.
Problem: Currently, Table and Matrix visuals do not have a built-in "Corner Radius" option in the General format settings. To create rounded corners, we have to use a Shape as a workaround behind th...SBK_MART14 hours agoNew MemberNew2Views0likes0Comments