SOLVED

TOTAL AMONOUT FOR EACH COSTUMER

Brass Contributor

Hello my friends

 

how I can achieve to the total amount for each costumer separately in one column like the excel fiea i shwed the table and the result which i want in power query,

 

Thank you for your help

2 Replies
best response confirmed by Jalal_1988 (Brass Contributor)
Solution

Hi @Jalal_1988 

 

First you do a double aggregation when Grouping [Customer]:

Sample.png

Then Expand all (but 'Customer') fields from [DATA] and add a custom [SHARE] column

@Jalal_1988 

 

Alternatively, with Power Pivot:

Sample.png

1 best response

Accepted Solutions
best response confirmed by Jalal_1988 (Brass Contributor)
Solution

Hi @Jalal_1988 

 

First you do a double aggregation when Grouping [Customer]:

Sample.png

Then Expand all (but 'Customer') fields from [DATA] and add a custom [SHARE] column

View solution in original post