Forum Discussion
astano05
Helper III
6 years agoUse Date Value in a Measure
I have a database then is updated daily Mon-Sat (not Sunday). I have this measure to get the last updated date: Last Update = SWITCH (weekday(today(),2) ,1,today() -2, today()-1) I also have a ...
- 6 years ago
astano05 - Generally MIN or MAX but I'm not sure I am visualizing your data correctly.
amitchandak
Super User
6 years agoastano05 , not very clear you can have a column like this in your date table
switch( true(),
[date] =max(Table[last update at]) ,"Last Updated",
[Date]& ""
)
Sort it on a date and use in filter