Forum Discussion
Raaz
5 years agoHelper II
Expanding List Type in Power BI
Hi Experts, In my desktop report, I have "Sharepoint Online List" connector. One of the columns is of Type "List". When I try to expand it by going through the "Tranform Data", there's no Expand...
- 5 years ago
I've seen that before too. Just add a custom column with = [ListColumn]{0} to extract the first (single item from each list).
Regards,
Pat
Raaz
5 years agoHelper II
Thanks mahoneypat!!!! Your solution worked!!
parithoshp
5 years agoNew Member
hi Raaz, I'm facing exactly the same issue.. could you please elaborate on the below step suggested by mahoneypat .. I'm still a novice
Just add a custom column with = [ListColumn]{0}Thanks