Forum Discussion

asparagus1_'s avatar
asparagus1_
Icon for Helper I rankHelper I
1 year ago
Solved

Show measure name in Matrix Visual

I want to find a way to display measure name in a table - so here I would like to see information that the measure used is "sales sum". It is possible to see measure names when we have more th...
  • Uzi2019's avatar
    1 year ago

    Hi asparagus1_ 

    Method -1 :

    Simply rename the Row header and add you measure name to it .

     

    Method -2:

     

    Add title to your table it gives you proper information about the table.

     

     

    Method -3:

    Add new measure and write below dax

     Null = blank()

    then add Null measure to a table.

     

     

    then Rename with , it takes a very small space.

     

     

     

    then change the null column value and match with background color.

     got to setting -> specific column -> then select your null meausre -> then toggle on everything -> set the color to white OR matching your background.

     

     

     

     

    I hope this will definitely resolved your problem.

     

    I hope I answered your question!