Forum Discussion
EMSSS22
Helper I
3 years agoWhen 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...
- 3 years ago
EHISAdmin
3 years agoFrequent Visitor
Use the column in a IF measure
=IF (Append[Subject] = "", "Free", Append[Subject])