Forum Discussion
Show measure name in Matrix Visual
- 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!
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!