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.
I am creating a dashboard wherein I am showing top 5 companies by valuation. When I click on each company in the graph, further details about the company should show below. But the issue is, when none of the companies are selected (default state), it still shows some values and I do not want it to show.
This is how I want it to show in default state:
This is how it should show when I click on a company:
This is how it is showing currently when its in default ( no company selected) state:
Any help would be really appreciated. I am new to powerbi.
Thanks.
read about HASONEVALUE, ISFILTERED, FILTERS, and VALUES. between them you can figure out if a (cross)filter is applied or not.
That is a good question. Did you manage to fix this?