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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.