Forum Discussion

abc_777's avatar
abc_777
Icon for Solution Specialist rankSolution 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?    
  • amitchandak's avatar
    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