March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 value. So as expected the card will sometimes show (Blank). I want to replace the blank with text "Free", I have tried to put this in a measure but it isn't working. Please help!
Solved! Go to Solution.
@EMSSS22 , Try a measure like
If( isblank(Max(Table[Append])), "Free", Max(Table[Append]))
Use the column in a IF measure
=IF (Append[Subject] = "", "Free", Append[Subject])
@EMSSS22 , Try a measure like
If( isblank(Max(Table[Append])), "Free", Max(Table[Append]))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
86 | |
84 | |
77 | |
49 |
User | Count |
---|---|
160 | |
144 | |
103 | |
74 | |
57 |