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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
qv
New Member

Average Per day

I have done a bit of search in the forum & couldn't find scenario matching with one that I have got, hence this post.

Scenario here is if I am running Daily/Magazine distribution centre and delivering them directly to my subscribers as per the below annexed table.. I would like to ascertain the below :

a) Average minutes taken per day (composite of Dailies, Weeklies & Monthly)

 

DescriptionCategoryFrequencyTime taken (in Mins)DaysTotal time consumed per day
(Time Taken (in Mins) <divided by> Days)
The New York TimesNewspaperDaily50150.00
USA todayNewspaperDaily30130.00
Chicago TribuneNewspaperDaily20120.00
The Wall Street JournalNewspaperDaily40140.00
The Washington PostNewspaperDaily35135.00
CosmopolitanMagazineWeekly120717.14
Sports illusratedMagazineWeekly75710.71
PeopleMagazineWeekly6078.57
Los Angeles TimesMagazineWeekly110715.71
National GeographicBooksMonthly180306.00
Vanity FairBooksMonthly110303.67
Golf MagazineBooksMonthly140304.67
     20.12
1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi,

I am not sure how your semantic model looks like, but please try something like below.

I tried to create a sample pbix file like the attached file.

 

Jihwan_Kim_0-1716353589732.png

 

 

expected result measure: = 
AVERAGEX(Data, 
    DIVIDE(Data[Time taken (in Mins)], Data[Days])
    )

 

    Microsoft MVP
 

 

   


      If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


   


     
        LinkedInVisit my LinkedIn page
     

   


   


     
        Outlook BookingSchedule a short Teams meeting to discuss your question

     

   


 


View solution in original post

1 REPLY 1
Jihwan_Kim
Super User
Super User

Hi,

I am not sure how your semantic model looks like, but please try something like below.

I tried to create a sample pbix file like the attached file.

 

Jihwan_Kim_0-1716353589732.png

 

 

expected result measure: = 
AVERAGEX(Data, 
    DIVIDE(Data[Time taken (in Mins)], Data[Days])
    )

 

    Microsoft MVP
 

 

   


      If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


   


     
        LinkedInVisit my LinkedIn page
     

   


   


     
        Outlook BookingSchedule a short Teams meeting to discuss your question

     

   


 


Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors