Hi there! I had a table with a [Date] value....

Hi there!

I had a table with a [Date] value. How can I create a filter in a slice that shows only labor days Monday to Friday?

Many thanks!

0 1 288
1 REPLY 1

AND(WEEKDAY([Date])>1,WEEKDAY([Date])<7)

Top Labels in this Space