Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
@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] )
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
39 | |
35 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |