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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
HenSza
Frequent Visitor

Measure simplification - ignoring filters

Hi, 

I have a couple measures like this, which exludes some filters.

Number of Total Users NO FILTER = CALCULATE(COUNT(CONTENT[SCORE]),
ALL(
    USERS[Supervisor Name Level 02],
    USERS[Supervisor Name Level 03],
    USERS[Supervisor Name Level 04],
    USERS[Supervisor Name Level 05],
    USERS[Supervisor Name Level 06],
    USERS[Reporting Business Segment],
    USERS[Department],
    USERS[Reporting Level]))

I use them on multiple tabs, and every time I apply a new filter, I have to update every measure. Is there a way to make it simple and exclude all filters by default and just keep one or two?

1 ACCEPTED SOLUTION
ray_codex
Resolver II
Resolver II

Why don't you use the complete USERS table as a parameter and not every column? Or else, look at ALLEXCEPT

View solution in original post

2 REPLIES 2
ray_codex
Resolver II
Resolver II

Why don't you use the complete USERS table as a parameter and not every column? Or else, look at ALLEXCEPT

Because I didn't think about it. Thank you, excellent solution!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.