Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I want to make a filter based on period which are weekly, monthly and annual as show in png.
Date(Date) as [A Date],
WeekDay(Date) as [A Weekday],
Week(Date) as [A Week],
'Week'&Ceil(Day(Date)/7) as [A MonthlyWeek],
Thank u. I already made inline load and make filter thru expression
Period:
LOAD * Inline [
Period
Weekly
Monthly
YTD
];