Forum Discussion
abc_777
4 years agoSolution Specialist
hide 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?
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
2 Replies
- amitchandakSuper User
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
- abc_777Solution Specialist
can i hide two or more cell value?