Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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])
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
26 |