Forum Discussion

Analitika's avatar
Analitika
Post Prodigy
6 years ago

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)
)

10 Replies

    • Analitika's avatar
      Analitika
      Post Prodigy

      it is not the same, and i didint get answer

      • amitchandak's avatar
        amitchandak
        Super User

        Analitika , when what pass values from Measure. If typically test for some value like

         

        maxx(filter(values(Table[col]), not(isblank([measure])),[Measure2])

         

        Here non-blank value of the measure for col will pass. So what is the  need in this case? Can you elaborate.

  • Dwesty_A's avatar
    Dwesty_A
    Frequent 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.