Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi. You can avoid iteration and improve this if you bring the SUMX expresion calculated as a Column (power query or before engine):
(FLIST[Weighted] * FLIST[GCommunityIndex])
From there you can create the measure without SUMX that is iteration a probably big table.
Regards
Happy to help!
If you're iterating a fact table, then beware of such things. You're doing a context transition on probably 100's of rows or more. Hence your problems. You should first understand well how DAX works and only then try to write measures. Good advice, mate.
Grab a book on DAX (best one but very technical is "The Ultimate Guide to DAX" by The Italians) and read upon context transition and how NOT TO WRITE DAX.
Best
Darek