Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi. I need some help trying to count how many values are in the table filtering with multiple criterias. Here as short view of the table that I got.
Basically i need to get the numbers in the column "Products per shift" in red. So I need to count how many Products where in one day and in exact shift. Maybe some advice from You guys?
Solved! Go to Solution.
Hi @Anonymous
Try following
= CALCULATE ( DISTINCTCOUNT ( TableName[Products] ), ALLEXCEPT ( TableName, TableName[Date], TableName[Shift] ) )
Hi @Anonymous
Try following
= CALCULATE ( DISTINCTCOUNT ( TableName[Products] ), ALLEXCEPT ( TableName, TableName[Date], TableName[Shift] ) )