I have 2 tables.
in the first table, in the field “CittaSL”, I would take the values from another table in the column “Comune”. I have solved this with type “Ref”.
Now when I take a value from “CittaSL”, I would take the corresponding value also for other 2 fields in the second table “ProvinciaSL”.
I have tried with these formulas but not works:
IN( [_THIS], SELECT(GA_ANA_Comuni[PV], [_THISROW].[CittaSL] = [Comune]))
ANY(SELECT(GA_ANA_Comuni[PV], ([Comune] = [_THIS].[CittaSL])))
SELECT(GA_ANA_Comuni[PV],[Comune]=[_THISROW].[CittaSL])
Solved! Go to Solution.
User | Count |
---|---|
18 | |
11 | |
7 | |
4 | |
3 |