Forum Discussion
asparagus1_
Helper I
1 year agoShow 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...
- 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!
ThomasWeppler
Impactful Individual
1 year agoYou can try and write the name of the measure as a title here.
I hope this helps. 🙂