Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a table which contain the following columns
I woulld like to calculate the number of the working days between those days.
I have created a table where I have defined my calendar according to local Holidays.
The last column contain a logical value that define how to consider that date.
But to be honest I am not able to find a simple way to do it.
Is there a simple solution for a beginner?
Thanks in advance for your help.
Solved! Go to Solution.
@gpiero Try this... Let me know if it works.
Column = CALCULATE ( COUNTROWS ( 'Calendar Table' ), ALL ( 'Calendar Table' ), DATESBETWEEN ( 'Calendar Table'[Date], Table[Start Date], Table[End Date] ), 'Calendar Table'[IsWorkingDay] = "Y" )
Many thanks. Your solution work perfectly and I have more opportunity to apply it again.
gpiero
@gpiero Try this... Let me know if it works.
Column = CALCULATE ( COUNTROWS ( 'Calendar Table' ), ALL ( 'Calendar Table' ), DATESBETWEEN ( 'Calendar Table'[Date], Table[Start Date], Table[End Date] ), 'Calendar Table'[IsWorkingDay] = "Y" )
Many thanks. Your solution work perfectly and I have more opportunity to apply it again.
gpiero
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |