Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

DATESBETWEEN with one fixed date

Hi there, I'd like to create a measure that caculates the days between two dates.   The first date is a fixed one. It comes from the creation date of one excel file I uploaded to Power BI. I used "...
  • amitchandak's avatar
    amitchandak
    6 years ago

    Minx need (Table name , Expression)

     

    something like

    Column = datediff(minx(Ordnerinhalt,Ordnerinhalt[Date] );Sheet1[Entry Date 2];DAY)