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 verify that [Col1] is a calculated column rather than a measure?
The icon will look different (a table vs a calculator).
misiek5510
4 years agoHelper III
Yes it was created in Data View > New Column, I think that's a calculated column. Its not a measure but measures are also not visible when trying to use the formula above.
thats the icon.