Forum Discussion

dalmn21's avatar
dalmn21
Frequent Visitor
2 years ago
Solved

Hide Row in Matrix

Hi,    I want to hide the rows of a column in a matrix, but not running across anything that's helping me.  My matrix is similar to this:  Month Jan Jan Jan Name Pay Per Hour Sales To...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi dalmn21 

     

    Since Power BI does not directly allow hiding row headers while keeping the data, you can create a calculated column in your data model that anonymizes or replaces the employee names.

    NName = "name" & RANKX(ALL('Table'),'Table'[name],,ASC)

     

     

     

     

    Best Regards,

    Jayleny

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.