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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Pegasus
New Member

Multiple responsive filters

Hello,

We all know we can use visuals as a filter example if we have a bar chart of a number of students according to gender, I will have different bars. If we select one bar out of it, All visuals will show data accordingly.

 

My question is if there is one more bar chart of 60 >percent,70>percent,80>percent in a maths test 

 

can I filter it with the visual that boys with 70>percent, I am trying to select both but it is responsive to only one visual filter, we can't select 2 filters visual at once. It is possible in tableau but not in power bi I guess

1 REPLY 1
amitchandak
Super User
Super User

@Pegasus , Create a numeric patameter

 

Then have measure like Assume you have % meausre

calculate([Percent], filter(Values(Table[Student]), [Percent] > [Param]/100) )

 

or

 

if(isfiltered(Table[Student]),  Sumx( filter(Values(Table[Student]), [Percent] > [Param]/100), [Perent] ) , [Percent] )

 

https://docs.microsoft.com/en-us/power-bi/desktop-what-if

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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.