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.
Hello,
I was struggling with the new function NETWORKDAYS, that does not give the proper value at total. I insvestigated, and end up, to the following DAX to put in evidence the issue ;
Solved! Go to Solution.
To bypass this issue of inacuracy of NETWORKDAYS at the total line, I came back to the basic,
I skipped the NETWORKDAYS funktion, and count days in a calculated variable table. and chetck that the aggregation worked properly at the end.
I do not know how to reports these bug on NETWORKDAYS to developer team ?
To bypass this issue of inacuracy of NETWORKDAYS at the total line, I came back to the basic,
I skipped the NETWORKDAYS funktion, and count days in a calculated variable table. and chetck that the aggregation worked properly at the end.
I do not know how to reports these bug on NETWORKDAYS to developer team ?