Forum Discussion
Help with ambiguous behavior Relative Date in Filter Pane
You could, for example, add a page filter from the Filters panel with CreationDate, select a filter of type "Relative Date" and set it to show only items that are in the last "1" day, by selecting the "Include today" box.
Another longer solution could be to create specific measures for the page today, including a CALCULATE FILTER of the type CreationDate >= TODAY().
Thanks for replying! The first option you described is exactly what I'm doing haha. I really want to keep it that way but I'm facing the issue of it considering "another day" after around 10pm.
If I can't find a solution here I'll just create a new column in the view that PBI is extracting the data from the database, flagging it as 1 if it's today.
Btw, I'm in the GMT-4 time-zone.