DAX Function Guide
FILTERS
Sam McKay
CEO & Founder
How does the FILTERS work?
FILTERS Formula Syntax
FILTERS(
<columnName>
)
How do you use the FILTERS?
FILTERS(
<columnName>
)
Related Blog Posts
Loading
Considerations when using the FILTERS?
If you need to filter through a long list of names for a webinar and find the first 25 registrants, you can sort the registration date column from oldest to newest.
Another example is if you need to sort through the test grades of a Physics exam and count how many students scored above a B+. From the drop-down filter menu, you can apply filters to the test grade column to exclude the students that scored lower than a B+.
Related Video Tutorials
Loading
Formula examples using the FILTERS
= COUNTROWS (FILTERS (Sales[Region]))
=COUNTROWS(FILTERS(ResellerSales_USD[ProductKey]))
Related Courses
Loading