Forum Discussion

Cyrilbrd's avatar
Cyrilbrd
Helper IV
3 years ago
Solved

Aging performance issues

Hi, I am getting poor performance form PBI Desktop with the following measure: Aging = DATEDIFF(AVERAGE(TDate_creation[date creation]),today(),year) I tried at first to create a custom column bu...
  • Cyrilbrd's avatar
    3 years ago

    I created a new column direclty in PBI Desktop using:

    aging = DATEDIFF(TDate_creation[date creation],today(),YEAR)

    The performance is now back to normal.