Forum Discussion
Anonymous
6 years agoNot applicable
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 "...
- 6 years ago
Minx need (Table name , Expression)
something like
Column = datediff(minx(Ordnerinhalt,Ordnerinhalt[Date] );Sheet1[Entry Date 2];DAY)
tkirilov
Resolver I
6 years agoHi Anonymous ,
You should be able to, as long as you have a relationship between these two tables.
Best,
Tom