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
PaulPBI88
Frequent Visitor

Average monthly revenue between 2 dates

Hi All, 

 

I hava a question regarding how to calculate the average revenue per month between 2 dates of 1 contract and link this to the period. 

My data model look something like the following: 

Contract_ID              Start_date          End_date             Total_revenue

XWZ                         01.01.2018         31.12.2018           12000 USD 

 

What I want to get is the average monthly fee of the contract (so 1k USD per month in the example), and show this is a trend line based on the period (preferably using DAX). So after I have the average fee per month i will still need to link it to the contract, which is giving me a headache. 

 

Thank you in advance! 

 

Regards, Paul 

1 ACCEPTED SOLUTION
v-danhe-msft
Employee
Employee

Hi @PaulPBI88,

Based on my test, you can refer to below steps:

1.I have entered some sample data to test for your problem in below picture.

A.PNG

2.Create a new calculated column to calculate your average fee per month.

Average Revenue = DIVIDE([Total_revenue],DATEDIFF(Sheet1[Start_date],Sheet1[End_date],MONTH)+1)

B.PNG

3.Create a Line chart visual and add the [Contract_ID] and the [Average Revenue] field and you can see the result.

C.PNG

You can also download the PBIX file to have a view.

https://www.dropbox.com/s/66byr51q1n4dnmk/Average%20monthly%20revenue%20between%202%20dates.pbix?dl=...

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-danhe-msft
Employee
Employee

Hi @PaulPBI88,

Based on my test, you can refer to below steps:

1.I have entered some sample data to test for your problem in below picture.

A.PNG

2.Create a new calculated column to calculate your average fee per month.

Average Revenue = DIVIDE([Total_revenue],DATEDIFF(Sheet1[Start_date],Sheet1[End_date],MONTH)+1)

B.PNG

3.Create a Line chart visual and add the [Contract_ID] and the [Average Revenue] field and you can see the result.

C.PNG

You can also download the PBIX file to have a view.

https://www.dropbox.com/s/66byr51q1n4dnmk/Average%20monthly%20revenue%20between%202%20dates.pbix?dl=...

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-danhe-msft

 

This is brilliant! Thank you so much for your support! 

 

Regards,  Paul 

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.