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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
aAmirkHan
Helper II
Helper II

How to calculate avg shipped day

Hi,

I have calculated total order 25K and also calcualtated avg shipped day 3.97 by using datediff DAX formula (difference between order date and shipped date). This is a calculated column of avg shipped day.

I want to calculate how many order are above avg shipped day and how many order are below shipped day and want to show in Donut visual. I am attaching a screen shot for the example.

I want to get the result as per this screen shot in my power bi report. Can you please help me how to do?

 

aAmirkHan_0-1679382163127.png

 

1 REPLY 1
wdx223_Daniel
Super User
Super User

Below Avg. Time=VAR _avg=[Avg. Shpping Time] RETRUN COUNTROWS(FILTER(ALLSELECTED(Table[OrderID]),[Shipping Time]<_avg))

Above Avg. Time=COUNTROWS(ALLSELECTED(Table[OrderID]))-[Below Avg. Time]

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.