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!

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