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.
Hello, I need a calculated column with the total sales of each customer. I can't do it in a measure because I need it to eliminate the duplicates for the connection to an other table.
Example:
Solved! Go to Solution.
Hi,
you can try this calculated column
If this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !
Hi @Broeselchen ,
If I understand well - you want to have new column with Total Sales, correct?
If yes - please try following formula:
Sorry, this didn't work.
Strange that it does not work for you, but I see that amitchandak has some alternative solution.
Good luck with your project!