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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
kondoajames
New Member

undefined

I have start date from one table and end date from another table,i have used dax to find the difference, how do l find average of the difference?

 

ID             Table  x(Start date)         Table Y(End date)       No of Days taken

2                   2-2-2020                       2-24-2020                       20

6                   2-3-2020                       2-20-2020                        17

 

How do i find the average number of days using dax having start date and end date are from two different tables

1 ACCEPTED SOLUTION

Hi @kondoajames ,

 

You can simply create a measure as follows:

AverageDateDiff =
AVERAGE(tableanme[No of days Taken])
 
Replace your tablename and column name in above dax expression.
 
Thanks,
Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

View solution in original post

6 REPLIES 6
Pragati11
Super User
Super User

HI @kondoajames ,

 

Is there any relationship between these 2 tables?

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Yes they joined by the ID

Hi @kondoajames ,

 

Have you already calculated the difference in dates?

You require a single AVERAGE value for this difference right?

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Yes, just a single average value.

Hi @kondoajames ,

 

You can simply create a measure as follows:

AverageDateDiff =
AVERAGE(tableanme[No of days Taken])
 
Replace your tablename and column name in above dax expression.
 
Thanks,
Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

I dont have a table name, since i used a measure to get the difference.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.