Forum Discussion

EMSSS22's avatar
EMSSS22
Icon for Helper I rankHelper I
3 years ago
Solved

When Card visual with filters is BLANK replace with Text

I am using a card visual to show text from column called [Subject] from table Append1.  I have a filter on the card visual to only show when another column [Area] from table Append1 is a specific va...
  • amitchandak's avatar
    3 years ago

    EMSSS22 , Try a measure like

     

    If( isblank(Max(Table[Append])), "Free", Max(Table[Append]))