How to import MS List with multiple select drop-downs
Hi,
I have a list that I am importing to a Power BI Report. Some of the fields in the list are multiple select dropdowns. When I import this into Power BI I need to 'Expand' or 'Aggregate' the data in order to see it I think. However, when I expand the list it duplicates each line. I need to have one row with the options seperated by a comma.
Screenshot1: Snip from the Microsoft List where we have 6 industries selected.
Snip from Power BI where you can see that this translates to 6 rows.
Thanks in advance if anyone can help!
Robbie
- Anonymous4 years ago
Hi,
Thanks , this was helpful. In the end my approach was as follows:
- Import data into multiple rows.
- Create a new table using SUMMARIZE function, and then use CONCATENATEX to pull the values into one row.
Slightly diff approach but same result 🙂