Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have search text filter as shown below to search for details in table.
I would like to show below message in search area
if search area is blank then "search id here"
if search area has some value then ""
I have used measure in title font color fx, but its always showing "search id here"message in title but not blank
Hi @ashuaswinireddy!
You can either use a conditional formatting on title color like this:
Search = IF(ISFILTERED('Portfolio Epics'[Search]),"#F0B323", "#000000" )
Or in the title TEXT like this:
Search = IF(ISFILTERED('Portfolio Epics'[Search])," ", "Search ID here" ) (exactly what you did, but for the text)
Let me know if that helps!
Thank you for your response.
I applied the search measure to title text, but its not working
For what i could test, this type of conditional formatting seem to not work with this visual, have you tried with a regular, not imported visual?
Yes, I tested in card visual too..its not working
Hi @ashuaswinireddy ,
As tested, the title conditional formatting for Text filter is not working. You can create a default slicer, the title conditional formatting is working...
Best Regards
Hi @Anonymous
unfortunately, our requirement is to show it in text filter. Hope we will have this option for text filter in future.
thank you!
Regards,
Aswini
Hi @ashuaswinireddy,
You can try to raise a ticket in Power BI Custom Visuals' Community for a dedicated and professional support. For technichal questions and help please reach out pbicvsupport@microsoft.com.
Best Regards
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.