This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 51 | |
| 48 | |
| 44 | |
| 21 | |
| 21 |