Forum Discussion
Syndicate_Admin
3 years agoAdministrator
Measure count active customers
Hello good morning. I have a table in which are lines of orders but less this is the table: And I would like a measure that would give me back the active customers I have. I would have to r...
Idrissshatila
3 years agoSuper User
Hello Syndicate_Admin ,
Try this
Measure = CALCULATE(DISTINCTCOUNT(cliente),(estado Cliente) = "Activo")
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍