Forum Discussion
Analitika
6 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) ...
amitchandak
6 years agoSuper User
Analitika , you asked a similar question about the same. what is the object here?
in Dax better to return a table
https://docs.microsoft.com/en-us/dax/datatable-function
Var can be a list, measure needs to be a value.
Analitika
6 years agoPost Prodigy
it is not the same, and i didint get answer