Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
EMSSS22
Helper I
Helper I

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 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! 

EMSSS22_0-1676644286412.png

EMSSS22_1-1676644462102.png

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@EMSSS22 , Try a measure like

 

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
EHISAdmin
Frequent Visitor

Use the column in a IF measure 

=IF (Append[Subject] = "", "Free", Append[Subject])

amitchandak
Super User
Super User

@EMSSS22 , Try a measure like

 

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.