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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
hashemalrifai
New Member

Apply filter on one column [Beginner]

Hi, I'm an absolute beginner, and I have to ask after so many attempts. 

Let's assume that I have simple [Schools] and [Students] tables. Each student has a boolean flag column [IsActive].

And I'm creating a clustered column chart with two values together which are: "Total Students" and "Total Active Students"

 

delll.PNG

but I couldn't know how to use filters to filter only one column (e.g. the darker in the chart).

The "Report level filter" or "Page level filter" are applying to all data imported to this report. 

"Visual level filter"? it applies to the "count", doesn't work!

 

How could I achieve that? Thanks 🙂 

 

2 ACCEPTED SOLUTIONS
matemusic
Advocate III
Advocate III

Hey, 

 

maybe this?

 

Total Active Students = CALCULATE(SUM(Students);Students[IsActive] = 1)

View solution in original post

@hashemalrifai This should return only those students that are active.

ActiveOnly = CALCULATE(SUM('Students'[IsActive]),FILTER('Students', 'Students'[IsActive]=1))


Looking for more Power BI tips, tricks & tools? Check out PowerBI.tips the site I co-own with Mike Carlo. Also, if you are near SE WI? Join our PUG Milwaukee Brew City PUG

View solution in original post

5 REPLIES 5
hashemalrifai
New Member

Thanks @matemusic and @Seth_C_Bauer 🙂 

You both helped to write this script and it's working perfectly!  

CALCULATE(COUNTROWS(Students);Students[IsActive]=1)

 

matemusic
Advocate III
Advocate III

Hey, 

 

maybe this?

 

Total Active Students = CALCULATE(SUM(Students);Students[IsActive] = 1)

achinm45
Advocate IV
Advocate IV

Select your visualization.

Go to Fields section (icon with 3 columns , next to paintbrush)

There from Values fields, remove the column

Thanks, @achinm45 for answering, but I really need to have two columns, one for all students, and the other for [active] students. 

In other words, I need two chart columns: 

The first: All students

The seconds: All students WHERE IsActive = True

 

Thanks, and I hope that I explained better 🙂 

@hashemalrifai This should return only those students that are active.

ActiveOnly = CALCULATE(SUM('Students'[IsActive]),FILTER('Students', 'Students'[IsActive]=1))


Looking for more Power BI tips, tricks & tools? Check out PowerBI.tips the site I co-own with Mike Carlo. Also, if you are near SE WI? Join our PUG Milwaukee Brew City PUG

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.