How to add date wise data on each slice?

I make 3 slice each for today yesterday and this week.
I put the formula of:
Today 》 ([Date] = TODAY())
Yesterday 》 ([Date] = TODAY()-1)
This week 》 WEEKNUM([Date])= WEEKNUM(TODAY())
But they are not working and,

I also tried with Greater and less than. But it was not using correctly.

Help me out what i do now😐

@Steve

Solved Solved
0 9 212
1 ACCEPTED SOLUTION

@Amazon_Infinite ,

Make sure that the date format is of the type “Date” and not “Date time

if this is the case, wrap it in the function: Date (), or you separate the date from the hours
and cancels the counting of seconds

View solution in original post

9 REPLIES 9
Top Labels in this Space