The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I created a visual type = Matrix in PowerBi. It's reading from a Microsoft List where the field type = Person or Group. When I'm displaying it in the Matrix, it shows as IDs instead of the name/string of the Person or Group. I'm sure there is a trick here, pray tell. 🙂
Solved! Go to Solution.
Hi @925stuart ,
@audreygerred , thanks for your concern about this case. I tried to create a sample data myself based on the user's requirement and implemented the result. Please check if there is anything that can be improved. Here is my solution:
1\Edit Query
2\Find the person column and then expand this column(Email/Title)
3\ Result
Before
After
Best Regards,
Bof
Hi @925stuart ,
@audreygerred , thanks for your concern about this case. I tried to create a sample data myself based on the user's requirement and implemented the result. Please check if there is anything that can be improved. Here is my solution:
1\Edit Query
2\Find the person column and then expand this column(Email/Title)
3\ Result
Before
After
Best Regards,
Bof
Thanks @Anonymous ! Your post gave me a lot of clues! However, I see that when you read the list, the field was read as type = record.
However, in my case, it was read as type = text. I tried to transform it to record but did not have the option. 😞
Hi @Anonymous ,
Thank you very much for your advice, I found what I was doing wrong.
However, I'm now struggling with extracting the data out from Table - e.g. when there are 2 or more Persons in the field. I saw we could break each Person into its own line but is that the only way? Is there a way to avoid splitting each Person into its own line but instead use a separator between each person?
Thanks @Anonymous
Indeed I'm at Navigation.
Hi! I think that in the list the name field actually comes from a lookup so Power BI will initially dispaly the ID. In Power Query, on the field that is Person or Group, does it contain Record? If so, click to expand it then select the fields you want (like name, email, etc).
Proud to be a Super User! | |
After PowerBi reads the List, 2 fields were found in Power Query. 1 is simply the field name TeamLeader, the other is TeamLeaderstringId. Both are Text. However, when displayed in a visual - they are numeric.