Forum Discussion
PaulKraemer
11 months agoAdvocate II
Default Matrix Visualization to Expanded, and disable collapsing?
Hi, In Power BI, I have a Sales Table and an Employees Table with fields as listed below: Sales Company Employee ID Ticket Number U_Emp_ID Employees Company Employee ID Employee Name ...
- 11 months ago
Hi Paul,
The alternative way would be creating a new column to combine 'Employee ID' and 'Employee Name' in 'Employees' table with below DAX,
ID Employee Name =Employees[Employee ID] & " - " & Employees[Employee Name]Then keep the stepped layout enabled, but use this new column instead on your Matrix
MasonMA
11 months agoSuper User
Hi, would this be the view you were looking to have? If it is you can disable the '+/- icon' for stepped layout under Text, Row headers.