This expression could impact performance The list of values of column ID

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 Solved
0 2 180
1 ACCEPTED SOLUTION

Switch the expression to: 


SELECT(Unify Plans[PLAN NAME], [SITUATION] = "ACTIVE")

View solution in original post

2 REPLIES 2
Top Labels in this Space