Forum Discussion

abc_777's avatar
abc_777
Solution Specialist
4 years ago
Solved

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

  • 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_777's avatar
      abc_777
      Solution Specialist

      can i hide two or more cell value?