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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi guys, I am just using this simple measure
PercQty = sum(QTT[Quantity])/SUMX(QTT,ALL(QTT[Quantity]))
but I retrieve the error above. I am just trying to calculate the percentage on the total. What do I do wrong?
Thanks