Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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)
Description | Category | Frequency | Time taken (in Mins) | Days | Total time consumed per day (Time Taken (in Mins) <divided by> Days) |
The New York Times | Newspaper | Daily | 50 | 1 | 50.00 |
USA today | Newspaper | Daily | 30 | 1 | 30.00 |
Chicago Tribune | Newspaper | Daily | 20 | 1 | 20.00 |
The Wall Street Journal | Newspaper | Daily | 40 | 1 | 40.00 |
The Washington Post | Newspaper | Daily | 35 | 1 | 35.00 |
Cosmopolitan | Magazine | Weekly | 120 | 7 | 17.14 |
Sports illusrated | Magazine | Weekly | 75 | 7 | 10.71 |
People | Magazine | Weekly | 60 | 7 | 8.57 |
Los Angeles Times | Magazine | Weekly | 110 | 7 | 15.71 |
National Geographic | Books | Monthly | 180 | 30 | 6.00 |
Vanity Fair | Books | Monthly | 110 | 30 | 3.67 |
Golf Magazine | Books | Monthly | 140 | 30 | 4.67 |
20.12 |
Solved! Go to Solution.
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.
expected result measure: =
AVERAGEX(Data,
DIVIDE(Data[Time taken (in Mins)], Data[Days])
)
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.
expected result measure: =
AVERAGEX(Data,
DIVIDE(Data[Time taken (in Mins)], Data[Days])
)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
11 | |
10 | |
10 | |
10 |
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
8 |