Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
Solved! Go to Solution.
Why don't you use the complete USERS table as a parameter and not every column? Or else, look at ALLEXCEPT.
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!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
19 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
25 | |
10 | |
10 | |
9 | |
6 |