Forum Discussion
Yerece
2 years agoRegular Visitor
Bug when using Summarize inside SumX
Hello, I need to summarize a table to use it within a SUMX function. The creation of the table works as expected because I created a calculated table to check it. DAX
Var Weighted_Score = C...
lbendlin
2 years agoSuper User
Use EVALUATEANDLOG to observe the different filter contexts, the transitions, and the lineages. Then refactor your code to achieve your requirement. For development work you should avoid nesting measures inside each other, that makes it really hard to troubleshoot.