Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Convert DAX expression into a table

Hi all   I need to convert this DAX measure    Measure = CALCULATE(    MAX('Table 1'[Status]),    FILTER('Table 1','Table 1'[Level]=MAX('Table 1'[Level])) )   into a new table. I tried wit...