Forum Discussion
Working With SharePoint List
- 2 years ago
Unfortunatly powerbi does not support live connection with sharepoint list currently. you can still update your report in real time with power automate flow. this post will help you to create live dataset with sharepoint list which will update in real time when new item is added to you rsharepoint list:
https://analyticpulse.blogspot.com/2024/03/integrating-sharepoint-lists-with-power.html
mark this reply as an answer if this resolves you issue.
If this helped, Follow this blog for more insightful information about data analytics
https://analyticpulse.blogspot.com/
Please Subscribe AnalyticPulse on YouTube for future updates:
https://www.youtube.com/@AnalyticPulse
Please subscribe CogniJourney On Youtube For Daily fun facts:
https://www.youtube.com/@CogniJourney
SharePoint doesn't support direct query for Power BI. This is where Microsoft draws the line licensing-wise, my impression is that what they want you to do is make things like this using Dataverse and Power Apps (premium), then direct query that with Power BI instead of squeaking by with SharePoint.
- Anonymous2 years agoNot applicable
Seems that way, I have a premium workspace so from what I am seeing I can do import and refresh the data up to 48 times in a day. I think that should be ok for my use case. Just now looking at how to just refresh the tables that come from sharepoint when I an item is added and not the entire model since some of the other data is rather large.
- christinepayton2 years agoMost Valuable Professional
Yeah, you might look into doing incremental refresh perhaps? SharePoint has some throttling thresholds on how many queries you can make in a span of time, so my guess is it won't love 48 refreshes per day, but I could be wrong. 😅