Forum Discussion
martyska_sze
4 years agoFrequent Visitor
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] )...
Greg_Deckler
4 years agoCommunity Champion
martyska_sze See if this series of 2 blog articles helps:
Performance Tuning DAX - Part 1 - Microsoft Power BI Community
Performance Tuning DAX - Part 2 - Microsoft Power BI Community
There is a recent comment on Part 2 that demonstrates the potential value of optimizing your data model.