Forum Discussion
Anonymous
2 years agoNot applicable
Average between Multiple Dates
Hello All, I needed to find the days between two dates, Physical Date and Price Approved Date, so I created a Calculated Column with this logic: SQ PD/PA Lag Column = DATEDIFF('cr93f_cpsoo'[...
- 2 years ago
Anonymous
Create a measure as follows:Average_SQ_PD_PA_Lag = AVERAGE('cr93f_cpsoo'[SQ PD/PA Lag Column])
Fowmy
2 years agoSuper User
Anonymous
Create a measure as follows:
Average_SQ_PD_PA_Lag = AVERAGE('cr93f_cpsoo'[SQ PD/PA Lag Column])- Anonymous2 years agoNot applicable
Thank you! I marked as solution.