Forum Discussion
Aggregation without Sum
- 5 years ago
Anonymous the DAX I gave you should generate the new table you are looking for. When you say "new table" you mean a new calucated table that is in your data model yes?
Hi thanks again for looking into it. Im more looking for the first example you provided at the begining but would need it in the form of a Calculated table i dont need the Sum of all the numbers like your last example.
jdbuchanan71 I am sorry i guess i was missing the Calculated table portion adn did not explain correctly.
- jdbuchanan715 years agoSuper User
Oh, for that you can just do
New Table >
New Table = SUMMARIZE ( YourTable, YourTable[Cycle.Name], YourTable[Cycle.Breakup] )- Anonymous5 years agoNot applicable
Hi , thank you for the dax, but its summing the breakup still, we need it to be not summing the breakup. Do you know how i could acheive that?
- Anonymous5 years agoNot applicable
- jdbuchanan715 years agoSuper User
Anonymous the DAX I gave you should generate the new table you are looking for. When you say "new table" you mean a new calucated table that is in your data model yes?