The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have two charts: Teams and Players on a dashboard.
How can I make so that the Players bar chart becomes visible only when one bar on the Teams chart (eg one team) is selected/clicked?
So I would like only the Teams chart to be visible by default, and when one of the bars is clicked/selected then the Players chart appears (below of the Teams chart) and shows the Palyer value bars.
Thank you in advance!
Assuming you use a measure in your Player chart - you can set that measure to BLANK() until a team selection is made. That will display a - mostly - empty chart.