Forum Discussion
dofrancis3
Resolver I
2 years agoCount with multiple criteria
Hi Guys! Some one can help me please! I would like to count the number of "Pass" and "Fail" how can i dot it please below is my Dax-mesure: NbrDistr = CALCULATE(COUNTROWS(IMrepository),IMrepositor...
- 2 years ago
NbrDistr = CALCULATE(COUNTROWS(IMrepository),IMrepository[Dist_targ_SIA]= "Pass"||IMrepository[Dist_targ_SIA]= "Fail")
wdx223_Daniel
Community Champion
2 years agoNbrDistr = CALCULATE(COUNTROWS(IMrepository),IMrepository[Dist_targ_SIA]= "Pass"||IMrepository[Dist_targ_SIA]= "Fail")
dofrancis3
Resolver I
2 years agoThank you so mutch Daniel it work