Forum Discussion

cyncyn_98's avatar
cyncyn_98
Frequent Visitor
4 years ago
Solved

Subtracting Days using DAX Formula UTCNOW()

Hello everyone,    Currently I'm working on a report that will refresh every Sunday. I have two tables that show two sets of data that report on different dates. Table 1 (Activity) reports on the S...
  • ribisht17's avatar
    4 years ago

    cyncyn_98 

     

    You can just add or minus Directly for days >>> 

    UTCNOW = UTCNOW()+2

    Today is 12 so it shows 14 there

     

    Regards,

    Ritesh