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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Multiple People-column choices from SharePoint list to Power BI

Hi! I have a SharePoint list with a 'Person or Group' column that may have selections from 1 to 10 people. When I import the list into Power BI, columns such as 'AuditorsID' and 'FieldValuesAsText' are included, which contain information from that column. My goal is to create a chart that shows how many times each person is mentioned in the SharePoint list data, which describes amount of safety inspections.

 

In this case there are 3 persons in the column but there may be up to 10 in some cases.

harjunen_0-1716399556469.png

 

I'm pretty new with PowerBI so I would like to have step by step instructions if possible!

 

4 REPLIES 4
christinepayton
Super User
Super User

I have a tutorial on working with SharePoint list data that includes a section on multivalue person-type columns. Here's a link directly to the person column bit: https://www.youtube.com/watch?v=LYu3wqb2Nx4&t=394s

Anonymous
Not applicable

Hi @Anonymous ,

First of all, I think you can export to Power BI.

vyilongmsft_0-1716434115839.png

Then you can create a measure to calculate rows.

Measure = COUNTROWS('Table')

vyilongmsft_1-1716434383336.png

Finally you can use card visual and you can get what you want.

vyilongmsft_2-1716434449190.png

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hello and thanks for your help @Anonymous !

 

For some reason the Auditors column is empty when I import the data to PowerBI...

 

harjunen_0-1716443567811.png

 

Anonymous
Not applicable

Hi @Anonymous ,

Sometimes this problem does occur and I think it may be related to refreshing.

Of course if you retry and find that it still doesn't work, I think you could try importing the data into an Excel sheet first and then into Power BI via Excel.

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors