Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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 button.
I tried this step, after going through different threads.
and then this step
After clicking "OK", I get this again with no "expand " button.
What I am doing wrong?
How can I get a single value from this "List"
My List data has values like this (exported my sharepoint list to excel)
ABC;#12
DEF;#45
.....
and I want values before ; i.e ABC, DEF
I saw some posts using M code, ut couldn't understand
Please help....
Thanks for you help......
Solved! Go to Solution.
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
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@Raaz the reason it will not show the arrows to expand because one of the rows doesn't have the value as a list. Having said that the solution @mahoneypat proposed will work if every column has list as a value otherwise it will give an error.
To overcome the error I will wrap it around "try otherwise" to catch the error, like this
try [ListColumn]{0} otherwise null
Check my latest blog post Compare Budgeted Scenarios vs. Actuals to get a summary of my favourite Power BI feature releases in 2020
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
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
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thanks mahoneypat!!!! Your solution worked!!
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
@Raaz do you see two arrow on the list column in the header, can you click these arrows and expand the list.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Thanks Parry2k. I don't see the two arrows. I have attached the screenshot above in my post
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
81 | |
53 | |
37 | |
37 |