Forum Discussion
Using data from SharePoint list that contains a list selection column
Good evening. I'm pulling data from a sharepoint list into my PBI dashboard. One of the fields in the sharepoint list allows users to select from a list of choices. When the data is pulled into PBI, PBI just shows [List] as the data in the column. How do I get PBI to show what the user actually selected?
TIA
Here is a good article on the subject:
https://powerbi.microsoft.com/en-us/blog/how-to-expand-a-list-of-records-in-a-query/
When connecting to a SharePoint list, the values in a column that allows multiple selection will appear as "lists". Some other types of columns can also contain "records".
These can be expanded in the Power Query editor.
Here is a Power BI table queried from a SharePoint List where the column Image Type allows multiple selection, but I did not expand it:
If I expand this column in the Power Query editor by clicking the expand icon to the right of the column name, then Expand to New Rows (for example), I end up with this:
Hopefully that helps!
Regards
2 Replies
- OwenAugerSuper User
Here is a good article on the subject:
https://powerbi.microsoft.com/en-us/blog/how-to-expand-a-list-of-records-in-a-query/
When connecting to a SharePoint list, the values in a column that allows multiple selection will appear as "lists". Some other types of columns can also contain "records".
These can be expanded in the Power Query editor.
Here is a Power BI table queried from a SharePoint List where the column Image Type allows multiple selection, but I did not expand it:
If I expand this column in the Power Query editor by clicking the expand icon to the right of the column name, then Expand to New Rows (for example), I end up with this:
Hopefully that helps!
Regards
- PowerBINoob24Resolver I
Thank you!