cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
MacieskiJ
Frequent Visitor

How to put special company dates in the date table

I want to know if there have a way to put certain periods of time that my company will not be working at the date table , for an example , at october there will be an period of 18 days that the company will stop to have some repairs at the systems and i wanna know if i can put that in the date table so i can show more specifically the periods where the days of work will not be counted and the production as well 

1 ACCEPTED SOLUTION
PowerUserR
Solution Supplier
Solution Supplier

Hi,
I think the easiest way to do this is by creating a new column in the date table and setting something like:
=if(date >= "START DATE" && date <= "END DATE","OUT OF WORK",date)
You could then filter by this.

I hope that is somewhat clear.

View solution in original post

1 REPLY 1
PowerUserR
Solution Supplier
Solution Supplier

Hi,
I think the easiest way to do this is by creating a new column in the date table and setting something like:
=if(date >= "START DATE" && date <= "END DATE","OUT OF WORK",date)
You could then filter by this.

I hope that is somewhat clear.

Helpful resources

Announcements
Join Arun Ulag at MPPC23

Join Arun Ulag at MPPC23

Get a sneak peek into this year's Power Platform Conference Keynote.

PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors