Hi
I've created a PowerBI dashboard where I have a measure that calculates total sales daily.
I've created a SharePoint list where I capture two things, "Date" and "Total Sales".
I was wondering how I can pick the values from PowerBI and append it to the SharePoint List.
Date | Total Sales |
1/4/2022 | $10,000 |
2/4/2022 | $12,000 |
3/4/2022 | $8,000 |
One thing I tried is to add the power Automate button in the Power BI, but this needs to be triggered by the user.
I want this to be triggered automatically daily without user intervention.
Any thoughts?