Forum Discussion
Make Power BI data editable
- 4 years ago
You should use Power Apps for that, and you have two main options.
1. Make a Power App that allows users to edit records in your SAP source. You can then add that app to your Power BI report, along with a Power Automate button to refresh the data in the Power BI report.
2. Make a SharePoint list or Dataverse table for users to supplement data (if they are just adding info, instead of changing existing records). That SharePoint list should include an ID column (to merge with the primary data), along with any new fields you want.
Pat
You should use Power Apps for that, and you have two main options.
1. Make a Power App that allows users to edit records in your SAP source. You can then add that app to your Power BI report, along with a Power Automate button to refresh the data in the Power BI report.
2. Make a SharePoint list or Dataverse table for users to supplement data (if they are just adding info, instead of changing existing records). That SharePoint list should include an ID column (to merge with the primary data), along with any new fields you want.
Pat