The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have 4 stacked bar charts with three states, each for different years. On the bottom, I have a matrix with ALL values for states and years. I would like to be able to click on a state and have it apply across everything and not just be specific to the year. Below is what it is doing now. I do NOT want it like this. Thanks!!
Solved! Go to Solution.
Hi @ammartino44,
In your scenario, as you placed Year column in chart Legend property, when you click on the bar in the chart, it will filter the based on the both X-axis values and Legend values. For example, when you click the CA bar in the first chart, it will filter matrix based on CA and Year 2011, so what you get in the matrix is expected.
If you want to click the chart bar to filter all years in this state in the matrix, you need to remove Year from the Legend property. See:
Best Regards,
Qiuyun Yu
Hi @ammartino44,
In your scenario, as you placed Year column in chart Legend property, when you click on the bar in the chart, it will filter the based on the both X-axis values and Legend values. For example, when you click the CA bar in the first chart, it will filter matrix based on CA and Year 2011, so what you get in the matrix is expected.
If you want to click the chart bar to filter all years in this state in the matrix, you need to remove Year from the Legend property. See:
Best Regards,
Qiuyun Yu