Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
amaaiia
Super User
Super User

Dinamically open new visualization when selecting values from first one

I have this data:

Type1Type2Type3Amount
aaccgg7
aacchh10
aaddkk5
bbccgg2
bbddkk5
bbddhh8

 

I want to display by default a bar chart with the values of TYPE1:

amaaiia_0-1708959121758.png

 

, and when selecting one of the bars, that is, click on it (i.e. orange bar), the TYPE1 chart disappears, and in its place appears the TYPE2 chart with the values corresponding to TYPE1=bb:

amaaiia_1-1708959168569.png

 

Is it possible to do this dynamic selection and filtering in Power BI?

1 REPLY 1
christinepayton
Super User
Super User

You probably want to unpivot your types into a single type field, then you can just use it in a single-select slicer.

 

But if you don't want to do that, you could use field parameters for each of the types and drop that in a single-select slicer instead. It's going to be slicer-based or button-based either way, clicking the bar is linked to other behavior already (drill-through and cross-filtering). 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors