Forum Discussion
o59393
Post Prodigy
2 years agoCount if with a measure
Hi Is it possible to create a count if with a measure? In the image below I have a capacity planning process with different activities (drilled down). The rule is simple, i...
lbendlin
Super User
2 years agoYou cannot measure a measure directly. Either materialize it first, or create a separate measure that implements the entire business logic.
o59393
Post Prodigy
2 years ago- o593932 years ago
Post Prodigy
It shows empty:
Where:
Count IF 2 = VAR _T1 = FILTER ( ADDCOLUMNS ( VALUES ( Template[Facet] ), "@%", [Non Duplicate Hours Process/Activity 3] ), [@%] >= 0.8 ) VAR _Result = COUNTROWS ( _T1 ) RETURN _ResultThe table I am using has the following fields:
Any idea what could be wrong?
thanks.