Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Calculating Networkdays if it's blank in Power Query

Hi Everyone,   I would to calculate networkdays between the [Start] and [End]. the formulla went well with  Networkdays([Start],[End],Holiday)   but in case [End] = null    I've tried to repla...