Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.