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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
spencer_g
Helper I
Helper I

Sum Multiple Filtered Sums

Hello Everyone, 

 

I have two columns of data (Arrivals and Departures) and I have a summed measure (Total Operations), all in one table. I then have a seperate table (Info) that contains Dest_Terminal and Orig_Terminal. I need to Filter the Total Operations by terminal, and I have tried doing so in the Visual Filters area of the chart, but it isn't working. 

 

So, I wanted to create a new measure that filters out all of Terminal A's arrivals and departures, and here is the forumla I came up with (that obviously isn't working):

 

Total Ops Terminal A = calculate(sum(Flights[Arrivals]), filter(Info, Info[Dest_Terminal] = "A") + sum(Flights[Departures]), filter(Info, Info[Orig_Terminal] = "A"))

 

Can someone please tell me how to make this work?

Thanks in advance!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Total Ops Terminal A = calculate(sum(Flights[Arrivals]), filter(Info, Info[Dest_Terminal] = "A")
                                  + calculate(sum(Flights[Departures]), filter(Info, Info[Orig_Terminal] = "A")

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Total Ops Terminal A = calculate(sum(Flights[Arrivals]), filter(Info, Info[Dest_Terminal] = "A")
                                  + calculate(sum(Flights[Departures]), filter(Info, Info[Orig_Terminal] = "A")

Thanks! Worked like a charm!

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.