When I pull data from a SharePoint list into Power BI, the values are pulled incorrectly for columns having the data type -
- Person or Group - instead of names, numerical values are pulled. I guess these are the IDs of the values
- Lookup - instead of the actual values, '[list]' is pulled in a nested column. When I expand, numerical values are shown. Again, seems like IDs
All other data types are pulled properly.
To work around this problem, I first pull the data from the list to Excel and then to PBI. However, I want to eliminate this manual step as the list will have frequent updates and I will need to pull the list data into Power BI regularly.
What should be done to pull the actual values as they appear in the list?