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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
letizia
Frequent Visitor

Tooltip Power bi

Hello, I have a tooltip which has value only for some data , so I would like to show it only when data is not null , and I would like to hide it or to reduce his size when data is null. My tooltip is based on a measure which still have a condition on data :

ALERT_text_popup =
VAR resultat = MAX(Alerting[alert_text])
RETURN
    IF(
        ISFILTERED('KPI'[kpi_name]),
        IF(ISBLANK(resultat), "", resultat),
        [ALERT_text_popup_otif]
    )

. As you can see in the picture, I don't want to show an empty tooltip. Thanks in advancetooltip.png

1 REPLY 1
Ritaf1983
Super User
Super User

Hi @letizia 

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors