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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
HI Team ,
I'd like to show No Value to the second chart if i don't filter on anything , mean the second chart can be showed the value if we click or filter on anything. How to acheive this ?
Solved! Go to Solution.
It seems there is no better way to achieve that.I would suggest you add a year slicer.Then create the measure like:
Measure = IF(ISFILTERED(Table1[Year]),SUM(Table1[values]),BLANK())
Regards,
Cherie
It seems there is no better way to achieve that.I would suggest you add a year slicer.Then create the measure like:
Measure = IF(ISFILTERED(Table1[Year]),SUM(Table1[values]),BLANK())
Regards,
Cherie
hi , it works well . you're awesome. thx
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.