Forum Discussion
ed_mcdill
9 years agoAdvocate II
Nested Sumx performance
Project Management Cost_Variable_Target = VAR TargetPercentage = ADDCOLUMNS ( Projects, "Target_Percent", SWITCH ( TRUE (), Projects[Project_Type] = "Type A", 0.125, Projects[Project_Type] ...
- 9 years ago
Hi ed_mcdill,
Based on my research, the SUMX function might affect the execution performance, especially nested SUMX. You could refer to below blogs to optimizie your DAX formula:
Tune your PowerPivot DAX query, don’t use the entire table in a FILTER and replace SUMX if possible
Best regards,
Yuliana Gu
Greg_Deckler
9 years agoCommunity Champion
Review this article here:
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
- ed_mcdill9 years agoAdvocate II
thanks for the link