Forum Discussion
kondoajames
5 years agoNew 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...
- 5 years ago
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
Pragati11
5 years agoSuper 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
- kondoajames5 years agoNew Member
Yes they joined by the ID
- Pragati115 years agoSuper User
Hi kondoajames ,
Have you already calculated the difference in dates?
You require a single AVERAGE value for this difference right?
Thanks,
Pragati
- kondoajames5 years agoNew Member
Yes, just a single average value.