Forum Discussion
Anonymous
2 years agoNot applicable
Function NETWORKDAYS not available in DAX
Hi, I'm using PowerBI 2.119.986.0 64-bit (July 2023) in which I try to build a measure using the NETWORKDAYS function. But it looks that it's not available for me. DAX doesn't recognize this formula....
- Anonymous2 years ago
I found the issue. NETWORKDAYS isn't a available function when using a direct link to the database. It's only available when using an import.
vanessafvg
2 years agoCommunity Champion
you need to pass networkdays a set of date values
https://learn.microsoft.com/en-us/dax/networkdays-dax
https://www.mssqltips.com/sqlservertip/7359/calculating-work-days-power-bi-dax-networkdays-function/
- Anonymous2 years agoNot applicable
Thanks for your answer. I know the format of the formula. My problem is that DAX doesn't show the formula as one I can use (see my screen print).
- vanessafvg2 years agoCommunity Champion
can I ask what you doing, are you creating a column, measure, table? you need to give more information
- Anonymous2 years agoNot applicable
Hi, I'm trying to build a measure.