Forum Discussion
Joao_C_Faria
4 years agoHelper I
DAX(COUNTROWS)
Good morning, I have this DAX formula, COUNTROWS(FILTER(ADDCOLUMNS(CALENDAR('Produção'[DataINICIO],'Produção'[DataFIM]),"WORKDAY",if(WEEKDAY([Date],2) >=6,0,1)),[WORKDAY]=1)) but I need ...
- 4 years ago
To identify those saturdays when the company is open, you would need a flag as a separate column and then you can use that in your measure.
Instead of Workday = 1, it would be CompanyOpenDay=1
Joao_C_Faria
4 years agoHelper I