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
RobbeVL
Impactful Individual
Impactful Individual

Average per month

Hi all,

 

Below I added a screenshot of the total amount of orders per users, per month.

What I would like to calculate is the average number of orders per month per user 

for example taking the first row in the screenshot:

 

(taking months in slicer into account, or starting from March in this case)

22+19+19+19+18+16 = 113/ 6 = 18.83

 

I hope you can help me out!

2017-08-31_13-49-52.jpg

 

 

 

 

3 REPLIES 3
v-chuncz-msft
Community Support
Community Support

@RobbeVL,

 

You may consider using UNION Function to add a calculated table first.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

You could do something like this to get the total amount of orders for selected months:

 

Calculate(SUM(Table[Orders]), ALLSELECTED(Table[Months]))

 

This will get you an overall sum of orders for the months selected. Do the same to get the count of orders for all months and divide the two numbers.

RobbeVL
Impactful Individual
Impactful Individual

 

@Anonymous

I cant seem to get it to work 😕
Anyone able to help in this example file below?


https://www.dropbox.com/s/47qbl4f5vquzw3o/DatamodelParcify_CSV_RobbeUpload.pbix?dl=0

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.