Forum Discussion

martyska_sze's avatar
martyska_sze
Frequent Visitor
4 years ago

Dax code optimization - any ideals?

Hi ! How you would optimise measure below? I tried to replace FILTER on KEEPFILTERS but performance stays the same.       Final_measure = SWITCH (     SELECTEDVALUE ( 'Table1'[Column1] )...