Forum Discussion

dgilm33's avatar
dgilm33
Helper I
4 years ago
Solved

Dynamic Date Range

Hi everyone,   I'm still learning Power Bi so this may be a simple solution, but I have a report where I'm using DateTime.LocalNow() so the report shows the last refresh date on the date the report...
  • ryan_mayu's avatar
    4 years ago

    dgilm33 

    is this what you want?

    Date Range = 
    EOMONTH('Table'[Current Date],-15)+1 &"-"& EOMONTH('Table'[Current Date],-3)