Forum Discussion
Brighton10
Helper II
5 years agoget yesterday's date dynamically
Hello! I find myself manually editing my date in my measure daily and am looking for a way to make it dynamically change with time. This is the measure: DieselFlowOver40l/hr Count = VAR countryn...
- 5 years ago
Brighton10 , Expected output not very clear
This will make it dynamic
FILTER(Historical,Historical[dateTime]>=today() -1))
amitchandak
Super User
5 years agoBrighton10 , Expected output not very clear
This will make it dynamic
FILTER(Historical,Historical[dateTime]>=today() -1))
- Brighton105 years ago
Helper II
Hi amitchandak , Thanks for that i think i made an error coz i tried this at some point but its working now. The other thing is this measure counts the rows when my alarm is ON. It only displays values if its greater than 0 but I also want to display when the alarm is OFF and display a 0
- amitchandak5 years ago
Super User
- Brighton105 years ago
Helper II
That solution will distort my other values