Forum Discussion
MAVIE
Helper I
3 years agoChanging parameter in Service leads to missing column error for unused column
I have created a report which get data from different SharePoint sites. Which SharePoint site is used, is defined by a parameter in the report. When I try changing that parameter in Power BI Se...
- 3 years ago
Use the v2 connector and specify a view that has fewer columns. Generally have fewer columns. Use a more robust data store like SQL server.
lbendlin
Super User
3 years agoAh, i missed the SharePoint part. Your lists likely are too wide (too many columns) and Power BI is randomly dropping columns.
MAVIE
Helper I
3 years agoOh interesting, the tables can indeed become really wide as the power query is quite flexible with what is accepted. I haven't noticed dropped columns in the desktop, but are you suggesting that unused columns might be dropped from the datasets when uploaded to the service?
- lbendlin3 years ago
Super User
I didn't say "unused" - I said "random"...