Forum Discussion
Most recent and oldest data within a specific time range using a slicer
- 8 years ago
Hey PatP,
How would you define last entry. If the 2 sends are done on extactly the same time and date, which one should be considered the last?
If you would like to pick the maximum of them then replace the SUM with MAX in the 2 measures
Last Sent = CALCULATE(MAX(Push_Sent[App notification sends]),FILTER(Push_Sent,Push_Sent[Date sent]=MAX(Push_Sent[Date sent])))
First Sent = CALCULATE(MAX(Push_Sent[App notification sends]),FILTER(Push_Sent,Push_Sent[Date sent]=MIN(Push_Sent[Date sent])))
PatP Quick question.. In the month of march for Area 2, you have 2 sends on the last day (31 Mar). Is there any logic of picking up 321644 and not 51616 ?
For privacy reasons, the actual data has been changed. The idea is to be able to estimate the actual number that have the push enabled by seeing the variation during the month.