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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
ABookbin
Frequent Visitor

Averaging using filter

Hi All, 

I'm trying to add a column in the table below which provides an average value according to city-city pair. Here's what I have right now.

ABookbin_0-1624888664254.png

Here are the average values I would like to see.

ABookbin_2-1624889497614.png

The code I have been using is: 

CALCULATE(AVERAGE('Air Shipment Tracking'[Actual Transit Days]),KEEPFILTERS('Air Shipment Tracking'[City-City Pair]))
but this returns me with a blank screen. 
 
Basically I want a column that provides me with an average transit time for a city-city pair, which I can compare to the actual transit time. 
 
Thanks!

 

 

1 ACCEPTED SOLUTION
PaulOlding
Solution Sage
Solution Sage

Does this work?

 

CALCULATE(

AVERAGE('Air Shipment Tracking'[Actual Transit Days]),

ALLEXCEPT('Air Shipment Tracking', 'Air Shipment Tracking'[City-City Pair])

)

View solution in original post

1 REPLY 1
PaulOlding
Solution Sage
Solution Sage

Does this work?

 

CALCULATE(

AVERAGE('Air Shipment Tracking'[Actual Transit Days]),

ALLEXCEPT('Air Shipment Tracking', 'Air Shipment Tracking'[City-City Pair])

)

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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