Forum Discussion
PBI Desktop and SharePoint List Refresh Error
- 4 months ago
Good morning. Yes I have it working now. These are the steps used for the solution.
Key Recommendations:
1. We indexed the vast majority of columns in a custom view.
2. Using implementation 2.0 we did not have the option to select a specific view. We could only select 'All Columns' or 'Default View'. Regardless of what we selected as the default, it would not work. So we went with implementation 1.0 and it synced.
3. Upon connecting to the data source we deleted all unncessary columns in the third step. 1st - Source, 2nd - Navigation, 3rd - Remove Columns. This helped greatly reduce loading times and obtain the data.
We verified all permissions were correct and expanded the cache memory to the highest it could go. Not sure what help those things did but we were kind of throwing spaghetti at the wall.
Hi RGonz1215
Key Recommendations:
1. Index critical columns in SharePoint
2. Avoid retrieving all columns
3. Apply filters as early as possible
4. Use a dedicated SharePoint view
- Uses indexed columns only
- Includes a limited number of columns
- Applies simple filters
Then connect Power BI directly to this view.
I never considered all of this! You're a genius! Ok, I'll give it a shot now and come back with an update.