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.
Greg_Deckler
Community Champion
6 years agoastano05 - Generally MIN or MAX but I'm not sure I am visualizing your data correctly.
- astano056 years ago
Helper III
that worked thank you!!
I now have the measure as TRUE on the correct date. However, I'm now realizing that I can't pull the measure in as a slicer or as a filter on the table. Is there anything I can do to filter the table for only the TRUE value without creating it as a column? (I cannot create columns in this database due to org security reasons)