Good morning I'm in trouble
I have a problem, I believe it's just due to lack of competence on my part, but if anyone can help I'll be grateful!
I have two tables, one called sales with the column PLAN and another called Planos Unifique, with the column SITUATION and
PLAN NAME
So I created the formula:
FILTER("Unify Plans", [SITUATION] = "ACTIVE")
this was done so that the PLAN column of the sales table is filled (enum) only with the plans with the status ACTIVE, however it is returning only the result of the ID column
someone help me with this problem please!
Solved! Go to Solution.
Switch the expression to:
SELECT(Unify Plans[PLAN NAME], [SITUATION] = "ACTIVE")
User | Count |
---|---|
25 | |
14 | |
4 | |
3 | |
3 |