Forum Discussion
Analitika
5 years agoPost Prodigy
Get 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) ...
Dwesty_A
2 years agoFrequent Visitor
Have you get the answer? I have the same problem like you. I must make Venn Diagram, but exact value not return unique value.