Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hey,
I have a measure in one of my BI reports where I want all filters to adjust the number, except one filter. I have tried ALL. ALLEXCept, and ALLSELECTED.
I have this so far -
Solved! Go to Solution.
Hi @LearningBI1986 ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a measure.
Test = CALCULATE(
COUNTROWS(Flights_FlightCanceled),
REMOVEFILTERS(Flights_FlightCanceled[Cancel Reason])
)
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @LearningBI1986 ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a measure.
Test = CALCULATE(
COUNTROWS(Flights_FlightCanceled),
REMOVEFILTERS(Flights_FlightCanceled[Cancel Reason])
)
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |