Forum Discussion
Anonymous
9 years agoNot applicable
Sharepoint dashboard with live data?
Dear Community, For a project I want to link Power BI to a Sharepoint list. We want the dashboard to show live data rather than hourly refreshes. Is this possible? A yes or no would already h...
0xygen27
Advocate II
9 years agoI think it depends on your status, are you a pro user or using a free license?
- Anonymous9 years agoNot applicable
We will be using pro versions.
- Eric_Zhang9 years ago
Microsoft Employee
Anonymous
For showing live data of a sharepoint, I'm not aware of any approach other than calling Power BI REST API.
You don't even have to be a pro user if you have coding skill and know how to extract that data from Sharepoint programmatically. And then you can push data from sharepoint to Power BI service, say every 10 minutes. Check Push data into a Power BI dashboard.
Also check the Power BI REST API limitations.