Forum Discussion

DolEgon22's avatar
DolEgon22
Advocate II
9 years ago

SharePoint List - user fields do not translate

We have a Task Tracker list in SharePoint Online that we want to create some reports in Power BI on. One of the main fields in the list is "Assigned To" which is a "Person or Group" type. 

I can connect to the list using Power BI, but the Assigned To field does not get pulled in properly. Instead, it appears to create two columns with numerical data, not user data:

How can I get my actual user information to show up in Power BI? Is there some sort of translation I need?

 

4 Replies

  • ivan_wilson's avatar
    ivan_wilson
    Regular Visitor

    I suspect that this functionality has changed since the original post. When I query a SharePoint list, Power Query allows me to expand a Person field and specify which properties to display.  

     

     

    The problem I ran into relates to people that are no longer in the organisation. These rows were being filtered out from the results. The workaround I found was to expand the FieldValuesAsText column instead and select the Person fields I wanted returned. This ensured that rows with previous employees were included in my results.

     

  • CahabaData's avatar
    CahabaData
    Memorable Member

    My guess is that the field is actually storing the ID of a record of another table's.  Is there another list of Assignees?  If so - you want to also have that table and join them on the ID - in order to get the plain english information.