Forum Discussion

PaulKraemer's avatar
PaulKraemer
Advocate II
10 months ago
Solved

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 ...
  • MasonMA's avatar
    MasonMA
    10 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