Forum Discussion
NISH72
Helper IV
7 years agoSharePoint to power bi
Hi I have data in SharePoint in this format. Cust name, cust sales, cust comment A. 56 good B. 23 If some user makes changes in the cust comment in SharePoint I should only be able to import th...
Cmcmahan
Resident Rockstar
7 years agoThis is a feature called Incremental Refresh, and is only available in PowerBI Premium.
https://docs.microsoft.com/en-us/power-bi/service-premium-incremental-refresh < look for the section on Detect data changes
The other way would be to set up a live connection, which pulls current data every time.
- NISH727 years ago
Helper IV
Thanks for the reply. Actually I want to see the changes in power bi desktop and don't want to publish the reports to workspace and I cant connect live because data source is SharePoint. Thanks please help me with this- Cmcmahan7 years ago
Resident Rockstar
Unfortunately there is no way to currently only update data where there are changes detected in Power BI Desktop. It either pulls the entire dataset, or nothing at all.
- NISH727 years ago
Helper IV
No. I want to populate the fields in power bi desktop if the changes are detected in SharePoint. For eg if row 1 is edited in SharePoint then populate only row 1 in power bi desktop not row 2. Thanks