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 all
New to DAX/Power BI, and I have the following issue. I have the data from column A-D, and I want to calculate column E. Can anyone point me in the right direction?
Thanks.
Solved! Go to Solution.
@Anonymous
Hi
= CALCULATE ( SUM ( TableName[SalesAmount] ), ALLEXCEPT ( TableName, TableName[Sales-Country], TableName[Year-Week] ) )
@Anonymous
Hi
= CALCULATE ( SUM ( TableName[SalesAmount] ), ALLEXCEPT ( TableName, TableName[Sales-Country], TableName[Year-Week] ) )