Forum Discussion
Power Bi REST API update row values in dataset
- 1 year ago
Ulari Updating a row on Power BI dataset is currenlty not possible. Try the recommended approach below
1. Change your source to an table in a excel file and store the file in sharepoint.
2. Pull the data from sharepoint into Power BI.
3. Now with the help of power automate you can update, delete or add rows to the online excel and then refresh the Power BI dataset.
You can also query the dataset using the Execute Queries connector available in Power Automate and will only be needing power automate free license.
Did I answer your question ? Please mark this post as a solution.
Thanks,
Jai
Thanks for replying!
May I use your kind help a little further?
I am struggeling with implementing the request body.
Can you point me to correct direction?
And even further - would it be possible to over-write the original value instead adding new column? This customer ref field was just an example. Basically any field may change.
Thanks
Ülari
- Anonymous1 year agoNot applicable
Hi Ulari ,
As far as I know, Power BI is a read-only application to create report and analysis data. Power BI currently support us to execute dax queries for dataset by REST API.
Datasets - Execute Queries - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Your new requirement sounds like replace function. You can try replace in Power Query Editor in Power BI Desktop.
It doesn't support us to call it by REST API.
Replace 123's original CustomerRef A to NewCustomerRef
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.