Forum Discussion

salafoo's avatar
salafoo
Helper I
6 years ago
Solved

Issue with Dates relationship

Hello Freinds,   I have an issue with creating relationships between Date (Calander) and other dates in the datasets (calculated by DAX).   A) Date Table:   2) Calculated Date by DAX ...
  • v-gizhi-msft's avatar
    6 years ago

    Hi,

     

    Because you have used [Create On].[Date] in your calculated column formula, and when you created relationship, the original date hierachy was broken and the formula caused error.

    So you can try to change the connection direction to let Calender table date hierachy disappear by dragging Calender table [Date] column to original table [Create On] column, just like this:

    Or you can directly remove the .[Date] in your formula:

    LASTDATE('ES Business Development Applications ST'[Create On])

    Hope this helps.

     

    Best Regards,

    Giotto