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 Folks,
Hope someone can help me on this one. Im working on a table but its a bit challenging to do the calculation of a new column which is an aggregate of 2 elements. I have attached a screenshot of the original table sample and the desired output column with remarks.
Thank you in advance for those who will answer.
Cheers!
pls try this
Column = CALCULATE(sum('Table'[Year1]),ALLEXCEPT('Table','Table'[Sales Rep],'Table'[Customer]))
Proud to be a Super User!