Forum Discussion
misiek5510
4 years agoHelper III
Count Custom Dax Column
Hi, I have measure that is an if statement and gives either "completed" or "not completed" output in a table and is called warehouse status. Now I have a table that display's everything correctly...
- 4 years ago
You can use it within a count like this:
COUNTROWS ( FILTER ( Base, [Warehouse Status] = "Completed" ) )I don't know if this is what you're actually trying to count though.
AlexisOlson
4 years agoSuper User
Can you share an example file or any other way that we can reproduce what you're seeing?
- misiek55104 years agoHelper III
Sorry Alexis it is in fact a measure not a calculated column! Sorry for confusion.
THe error i get is : Column "Yes" in table "Table1" can not be found or may not be used in this expression.