Forum Discussion
How to show Network days between using condition
Hi Community,
I want to show the network days between Start and End Dates (If they both are in Same Fiscal year) and at the same time if they both are not in same fiscal year i need to show network days between End date's start of fiscal year to end date.
For that i created measure like this.. But in this it will show start and end daysworking days
NetworkDays =
1 Reply
- v-xicaiCommunity Support
Hi Anonymous ,
You can try to create column Datediff like DAX below.
Datediff = DATEDIFF('Query1'[Start],'Query1'[End],DAY)
Or could you please share your sample data and desired output screenshots for further analysis? You can also upload sample pbix to OneDrive and post the link here. Do mask sensitive data before uploading.
Please read this post to get your answer quickly: How to Get Your Question Answered Quickly.
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.