The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
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.
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.
User | Count |
---|---|
81 | |
74 | |
42 | |
30 | |
28 |
User | Count |
---|---|
108 | |
96 | |
53 | |
48 | |
47 |