Forum Discussion

AnthonyMCUBI's avatar
AnthonyMCUBI
Frequent Visitor
5 years ago

Performance Between Two Measures - How to make the slower one more performant?

Hi everyone,   I have two implementations of a measure, and both implementations create an intermediate table and use that table for a calculation. One implementation only uses DAX, and the other u...