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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
id013
Helper V
Helper V

Can one visual filter another

Hi,

I'm just wondering if something like this is possible. I would like to have 2 visuals one that shows Sales Values for multiple years and another that shows sales values for a single year but for each period in that year. Is it possible to have that 2nd visual blank until a year is selected in the 1st visual, then the 2nd visual will show the values for each period in that selected year? 

Thanks 

1 ACCEPTED SOLUTION
HarishKM
Memorable Member
Memorable Member

@id013 
Hey ,You can use below measure to fulfill your requirement .

Viz = IF(SELECTEDVALUE(financials[Year]),SUM(financials[ Sales]),BLANK())  
drag that measure to 2nd viz it will show blank until you will pass the year value from slicer .

HarishKM_1-1617163788088.png

 

 

HarishKM_0-1617163716968.png

Note: Kindly select any viz go format and edit interaction : 1st chart will not affected by year slicer and 2nd chart will affected by that and it will show value when year is selected

 

 

View solution in original post

3 REPLIES 3
id013
Helper V
Helper V

Thank you both. This helps a lot. 

HarishKM
Memorable Member
Memorable Member

@id013 
Hey ,You can use below measure to fulfill your requirement .

Viz = IF(SELECTEDVALUE(financials[Year]),SUM(financials[ Sales]),BLANK())  
drag that measure to 2nd viz it will show blank until you will pass the year value from slicer .

HarishKM_1-1617163788088.png

 

 

HarishKM_0-1617163716968.png

Note: Kindly select any viz go format and edit interaction : 1st chart will not affected by year slicer and 2nd chart will affected by that and it will show value when year is selected

 

 

amitchandak
Super User
Super User

@id013 , isfiltered can help in this case. For all measure in second visual , you need to have this condition

 

New measure =

if(isfiltered('Date'[Year]), [measure], blank())

 

Check this https://www.youtube.com/watch?v=hXg3kRFSGjA

or https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors