The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am trying to do the equivalent of Network Days in excel as a DAX measure.
The table is 'Procedure Request Form', and I want to do the calculation 'Hold_End_Date' - 'Hold Start Date' that removes all weekends. Both 'Hold_End_Date' and 'Hold Start Date' are columns.
Can this be done as a measure? If so, how?
And if this cannot be done as a measure, how would it be done as a calculated column?
Solved! Go to Solution.
This thread helped me get the answer...thanks!!
This is the calculated column that I am using, and it is not working.
Any idea why?