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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
LearningBI1986
Frequent Visitor

ALLEXCEPT

Hey guys,

I work for an airline industry. I have a simple formula for Completion Rate, which is Cancellations/(Flown + Cancellations).

I have a filter for the reason a flight was cancelled. However, I only want to apply it to the numerator in this equation. In other words, I always want the denominator to be Flown + Cancelled, with no "reason" filter applied. 

I have been using BI for under a year now, and can't seem to get the ALLEXCEPT function to do what I need. Maybe I am doing something wrong. I am on a time crunch, and feeling some pressure! Any help would be really appreciated!

2 REPLIES 2
LearningBI1986
Frequent Visitor

Thank you!!!

AlienSx
Super User
Super User

Hi, @LearningBI1986 i would suggest to use REMOVEFILTERS instead like

VAR Denominator = CALCULATE([Cancellations] + [Flown], REMOVEFILTERS("reason_column"))

RETURN DIVIDE ( [Cancellations], Denominator)

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors