Forum Discussion
Problem: Matrix Table combines records with same name in one row
- 5 years ago
OmarSaleh Add your EmployeeID to your visual. Turn off word wrap. Use the sizing handles for the column to shrink your column down to nothing, effectively hiding it.
- 5 years ago
Hi OmarSaleh ,
Power BI won't show the same record into two rows. Therefore, please try the method Greg_Deckler mentioned and here is an example:
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Greg_Deckler , it didn't work unfortunatelly.
It still shows one expandable name.
when expanding, it shows the ID.
OmarSaleh That's what I was going for actually. Well, if that's not acceptable, create a calculated column the concatenates Employee Name and Employee ID and use that instead?
Column = [EmployeeName] & " - " & [EmployeeID]