Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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.
Use the column in a IF measure
=IF (Append[Subject] = "", "Free", Append[Subject])
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 57 | |
| 55 | |
| 42 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 113 | |
| 106 | |
| 38 | |
| 35 | |
| 26 |