Forum Discussion

Ulari's avatar
Ulari
Regular Visitor
1 year ago
Solved

Power Bi REST API update row values in dataset

Hi all,   I have created a dataset via API called Shipment. Each row is one shipment. It is well explained in the MS Learn Center how to add new Rows. But how to update row details? For example I ...
  • Jai-Rathinavel's avatar
    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. 

    https://digitalmill.net/2023/07/24/inserting-and-updating-data-into-excel-tables-with-power-automate/

     

    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