Forum Discussion
nimp_kp
6 years agoFrequent Visitor
Optimizing measure
Hi I have made the following measure, used in a matrix, that gives me the correct data. But because of the massive amount of data in the dataset, it takes several minutes to display the data and...
lbendlin
Super User
6 years agoUse DAX Studio to examine the query plan. That will help you decide what to change and how. You have lots of sub-measure black boxes.
You want to minimize the number of records looped, and maximize the SE/FE ratio.