I have a dataset that is updated in PowerBI every 24hours.
Currently I am exporting this data and using a data connection in another excel file to filter it to a manageable list with a couple of formatting rules as well as to trigger a Flow
The flow is triggered based on that file being modified to kick off a complete refresh of a SharePoint list. Delete all items in the SharePoint list, every row in the excel table will get added as a new item in the SharePoint list and data is then available for a Powerapp to access.
I am trying to find a way to remove the manual steps of exporting the Power BI report and getting it into MS Flow.
PowerBI doesn't currently have an automated export function that I can see, whether by email or to a saved file.
It looks like flow can currently add rows to a Power BI dataset but has no way of reading/retrieving data.
I've also found PowerBI Publisher for Excel add in that will remove the manual step of exporting the data, but still have no way of triggering a refresh from Flow
Any ideas?
Thanks