Forum Discussion
Ataboyata
9 years agoRegular Visitor
Difference in Dates Measure with Info from Different Tables
Hi, I am trying to create a measure that shows the difference between two dates. Each date is stored in a different table and they are referenced to a single ID. For example, Table: Shippin...
- 9 years ago
PLs find the image it will solve your prob
Baskar
Resident Rockstar
9 years ago
PLs find the image it will solve your prob
C097986
Helper I
8 years agoI use this formula but I keep getting a result of 365 days for all columns. the difference doesn't show up.
Time_diff_RAtoSub = DATEDIFF(MAX('AEF_RESOURCE_ASSIGNMENT_FORM'[Resources Completed].[Date]),MAX('PRIMARY_AEF_REQUEST'[IRM_START_DATE].[Date]),DAY)
Result i get is 365 for each row.
I dont understand where i'm going wrong? Anyone, please help.
Thank you