- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Count Of Days in Summary Table from multiple data sets
Hello,
I am trying to do a count of days (preferrably network days). I have multiple data sets. Each data set has a date that the order went to a different status. I have created a summary table that shows the dates by order number and am needing to do a count of days between the dates.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi emily,
can you tell me which dates to be used to calculate number of days .
1. Are you trying to calculate number of days between 'Date Assigned to Eng' and Date WO comp by End' for example ?
To calculate number of days between any 2 dates , you can use DATEDIFF Dax expression
DATEDIFF( StartDate,EndDate,<Interval>)
Interval can be one of the following
SECOND
- MINUTE
- HOUR
- DAY
- WEEK
- MONTH
- QUARTER
- YEAR
hope this would help , else please let me know are extactly you like to achieve.
Thanks,
Sukhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. I am trying to do for example the count of days between "Date Assigned to Eng" and "Date Approved in MX". The dates come from different data sets and the table pictured is a visulization table I created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @emilyhenderson ,
I am not clear about your requirement, if possible could you please inform me more detailed information(such as your expected output and your sample data)? Then I will help you more correctly.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Zoe,
I am including some screen shots in hopes that it helps. I am trying to make a summary table from 9 data sets.
6 of those sets have dates that an order went to a specific status.
I need to add a column with a count of days between 'Needs Design Date' and 'Date Assigned to Engineer'. Those 2 dates come from different data sets ('Needs Design Date' and 'WDesign Dates'). Does that help? In excel I would add a column and use NETWORKDAYS function.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
08-02-2024 04:41 AM | |||
03-07-2024 08:21 PM | |||
05-27-2024 03:26 PM | |||
08-16-2024 12:23 AM | |||
05-21-2024 08:18 PM |
User | Count |
---|---|
141 | |
115 | |
84 | |
63 | |
48 |