Forum Discussion
Default Matrix Visualization to Expanded, and disable collapsing?
- 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
Hey PaulKraemer ,
There are 3 way I know. Please go through that and let me know the feedback.
Option-1:
For the following requirement you need a custom column which is insert into the Row level instead of Employee ID and Employee Name.
Custom Column:
Martix:
Option-2:
If you do not need hierarchical grouping:
-
Insert a Table visual instead of a Matrix.
-
Add the following fields:
- Company
- EmployeeLabel (from the new column)
- Count of Ticket Number
-
Format as needed (sorting, totals, etc.).
Option-3: While you cannot disable the expand/collapse icons in Matrix, using the concatenated column removes the need for them entirely.
Please see the Power BI file I attached.
Best Regards,
Nasif Azam
- PaulKraemer10 months agoAdvocate II
Thank you MasonMA and Nasif - This works great for me.
I appreciate your help!
Best regards,
Paul