Forum Discussion
Analitika
Post Prodigy
6 years agoGet array from measure
need to take array from other measure Measure = {"MU", "DU", "DS"} Measure2 = Var findVal = [Measure] RETURN ...some code.. FILTER ( 'Table1', NOT ('Table1'[ZU0_KOD] NOT IN findVal) ...
Analitika
Post Prodigy
6 years agov-lionel-msft
Community Support
6 years agoHi Analitika ,
Try to do like this.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Analitika6 years ago
Post Prodigy
TY, i already did like this, but i need get this array TO variable from other Measure
- v-lionel-msft6 years ago
Community Support
Hi Analitika ,
But the measure does not support this grammatical structure.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.