there is join between three tables. I need to create a straight / pivot table with below:
Dimension1 : [TO] where TO='Available' and [LABEL]= 'All files completed' Dimension2 : [WORKER] YEARMONTH : Year and Month this should be from START and END
Expression : Avg([DATE] - [OVERDATE]) expression should show average days of DATE minus OVERDATE
can any one help me with dimension and expression please