Forum Discussion
abc_777
Solution Specialist
4 years agohide cell value
Hi can i hide any specific cell value in power bi matrix? in following visual i dont want to show Aug-2019 data 61,516.09 is it possible?
- 4 years ago
abc_777 , You have make that as blank in measure
example
if( max('Date'[Month year]) = "Aug-2019", blank(), [last 6 month sales] )
or use visual level filter
amitchandak
Super User
4 years agoabc_777 , You have make that as blank in measure
example
if( max('Date'[Month year]) = "Aug-2019", blank(), [last 6 month sales] )
or use visual level filter
- abc_7774 years ago
Solution Specialist
can i hide two or more cell value?