Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
sophtee
Helper I
Helper I

Showing the values in a list column in a report

Hello everyone,

I am creating a report in Power BI using a SharePoint list. When I upload the data there are some columns that are list columns. how to show the data in that column in the report?

sophtee_0-1708716747131.png

 

1 ACCEPTED SOLUTION
Bipin-Lala
Super User
Super User

Hi @sophtee,

 

You would need to transform the list columns in Query Editor to be able to extract useful data from them. Open the query editor and click on the expand icon on the column.

BipinLala_0-1708725203434.png

You would see 2 options

  • Expand to new rows - Will create a new row for each list value
  • Extract Values - Create a list of text values separated with some delimiter.

Depending upon your requirements, choose the suitable option. Voila! You should have the required data ready to analyze and work with.




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


Regards,

Bipin Lala | Business Intelligence Developer



View solution in original post

2 REPLIES 2
christinepayton
Super User
Super User

You can expand the list values in Power Query ("transform data" button) with the arrow icon by the column header. Just make sure that if they are multivalue they don't lead to row duplication for anything you're - you can put them into a separate query and relate them to avoid that. I did a tutorial on the nitty gritty of using SharePoint lists as a source in Power BI if you'd like a link - it goes over how to expand the values, make clickable links to the SP item, work with "people" data, etc. 

Bipin-Lala
Super User
Super User

Hi @sophtee,

 

You would need to transform the list columns in Query Editor to be able to extract useful data from them. Open the query editor and click on the expand icon on the column.

BipinLala_0-1708725203434.png

You would see 2 options

  • Expand to new rows - Will create a new row for each list value
  • Extract Values - Create a list of text values separated with some delimiter.

Depending upon your requirements, choose the suitable option. Voila! You should have the required data ready to analyze and work with.




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


Regards,

Bipin Lala | Business Intelligence Developer



Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors