Forum Discussion

ADP007's avatar
ADP007
Helper IV
4 years ago
Solved

MAtrix Filtering a Scatter

Hi all,   In my dashboard I have a table visual with some items. When I click on a row of the table it filters a scatter visual. This is exactly what I need but how can I show no values in the scat...
  • amitchandak's avatar
    4 years ago

    ADP007 , Create a card visual on top of scatter visual and use conditional formatting for both background color and font

     

    if(isfiltered(Table[Column]), "FFFFFF00", "FFFFFF")

     

    In conditional formatting use field value option and use above measure