Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Dynamic Date Age

Hello, 

 

Im working on a debt report - this is relivant to a point in time. I have a date slicer and I wish the age of a document to change dependant on the slicer input.  Please see expected result below when the selected date is 06/03/2019.

 

Selected DateDocument DateAge
06/03/201922/01/201943
06/03/201930/01/201935

 

Compared with actual results below, its showing 709 and 701 for the age. this happens to be the Maximum date within the date table, which is 31/12/2020. 

 

 

 

Below is an explination of each componant. 

 

 

max selected = MAX('DATE'[date]) -- This is a Measure
Age = DATEDIFF([max selected],'Transaction X'[Date],DAY)*-1 -- This is a Calculated Column

 

Date Document is column from the data table.
 
 
Any help is always appricated. 
 
Thanks 
Dobby
 

2 Replies

  • Hi Anonymous ,

     

    Can you create a relationship between your DATE table and other table on DATE column?

    Then check.

     

    If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂

     

    Thanks,

    Pragati