Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
ConwayA
Frequent Visitor

Count workdays with between to dates unless training date is after start date

I have a formula to count the workdays it works well. I use the date slicer for the date and it returns the number of workdays selected. 

 

current formula

COUNTROWS(
     FILTER(DimDate,DimDate[SA_Workday] = TRUE()))
 
However this is used to determine the quanity of activities a user has completed, if they are newly trained I would like it to adjust by their training date being as far back that can be counted.  
That way if their training date is greater than the slicer start date the calulation adjusts to start counting days on their training date. 
 
2 REPLIES 2
v-zhangti
Community Support
Community Support

Hi, @ConwayA 

 

Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures. I look forward to your response.

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

My problem I want to solve is when the training date is later than the start date in the slicer,  I want it updated to show the start date as the training date and recalculate the number of required activities.

 

I have a DimDate table where I have a column stating true or false if the date is a workday, (it excludes weekends and Holiday)

 

Each person record has a column with the number of activities per day required based on job title. Which is 1 per workday for supervisors and 3 per week for managers.

 

I have at training file with the date they were trained in the process.

 

 

This is the current calculating the total activities due for 10/1/22-10/31/22  our company has no holidays in this month.

 

ConwayA_0-1666961243630.png

 

 

The first supervisor was trained on 10/17/22

The MGR II was trained on 10/20/22

The other two were trained last year.

The table should show:

The first supervisor as required to 10 in the Goal column

The MGR II with a goal of 4 days

The other two supervisors are correct.

 

This is the formula for counting only work days.

 

 

NBR Days = --this excludes holidays and weekend--

COUNTROWS(

     FILTER(DimDate,DimDate[SA_Workday] = TRUE()))

 

This is the formula for assigning the goal.

 

 

 

Min SC Expectation = // CrossFilter ignores the relationship between dim date table and safety events table to get all users and goals listed

calculate(SUMx('All Employees','All Employees'[Min Contact/Week]) * [NBR Days], CROSSFILTER(DimDate[Cal_Date_DT],'Safety Event Entry_Safety Event Entry - Daily Report'[Date Performed], None))

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.