Dec 13 2023 09:54 PM
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
Dec 13 2023 10:30 PM
SolutionHi @Jalal_1988
First you do a double aggregation when Grouping [Customer]:
Then Expand all (but 'Customer') fields from [DATA] and add a custom [SHARE] column
Dec 13 2023 10:57 PM
Dec 13 2023 10:30 PM
SolutionHi @Jalal_1988
First you do a double aggregation when Grouping [Customer]:
Then Expand all (but 'Customer') fields from [DATA] and add a custom [SHARE] column