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 than one but what about when we only have one, is there a way?

 

  • 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!

     

     

     

3 Replies

  • ThomasWeppler's avatar
    ThomasWeppler
    Icon for Impactful Individual rankImpactful Individual

    You can try and write the name of the measure as a title here.

    I hope this helps. 🙂

  • POSPOS's avatar
    POSPOS
    Icon for Post Partisan rankPost Partisan

    asparagus1_  - As a workaround, you can add a second measure with null data and then format it such that the font,header  and backround is white. That way you will have a header for the measure.

     

    Hope this helps.

  • Uzi2019's avatar
    Uzi2019
    Icon for Community Champion rankCommunity Champion

    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!