timeline
2 TopicsDAX relative time function to count number of instances between specific times
Hi, I have some data in the following format: Incident Number Date Occurred Incident Name 143 1/1/2001 12:00 ex 1 361 1/2/2001 14:00 ex 2 I am trying to count the number of incidents that have a [Date Occurred] within a certain time frame relative to the current date. I want the number of incidents with a [Date Occurred] between 7 days ago after 12:00 PM to today before 12:00 PM. To give an example: if it is Thursday today, I would like to count the number of incidents with a [Date Occurred] between LAST thursday after 12:00 PM and 12:00 PM this Thursday (today). Ideally, I would like a measure to get this count. Thanks!1.4KViews0likes2CommentsHow to take dynamically the last 24h of data that I have
Hi, it's just that I get information from a server that is allways refreshing in time, I have allsaw the time where I get the information but the funny fact is that I don't know before I see in my database where is the last information (so the most recent information) that I have and I want to see the last 24hours of information that I haveSolved978Views0likes1Comment