Hey there,
im new on the whole power, DAX and MDX stuff and trying now to figure a simple function out.
Is it possible to aggregate column c (revenue) by column b (customer), to get column d (SUM of Total Revenue in every Row)?
I tried it with calculate () and sumx() out but didnt't really worked...unfortunately there are no good DAX ord MDX Books (at least in german) at the moment...
I know I could do this by making an other Pivot Table to get Column D but then I had to copy all that Data and so on...
The reason I want to this is to cluster them later, so thats why I need the sum of revenues (Cluster by Total Revenues, e.g. Rev > 600 = big customer, if not its a small customer)
Hope you guys understand what I'm trying to do
Thanks so far!
Greets Andy
im new on the whole power, DAX and MDX stuff and trying now to figure a simple function out.
Is it possible to aggregate column c (revenue) by column b (customer), to get column d (SUM of Total Revenue in every Row)?
I tried it with calculate () and sumx() out but didnt't really worked...unfortunately there are no good DAX ord MDX Books (at least in german) at the moment...
I know I could do this by making an other Pivot Table to get Column D but then I had to copy all that Data and so on...
The reason I want to this is to cluster them later, so thats why I need the sum of revenues (Cluster by Total Revenues, e.g. Rev > 600 = big customer, if not its a small customer)
Hope you guys understand what I'm trying to do
Thanks so far!
Greets Andy