Forum Discussion
Create aggregate table from larger table
- Anonymous6 years ago
Hi danielhough ,
I'm not sure if the result was caused by ROLLUP() function since there's no any sample data.
The addition of the ROLLUP() syntax modifies the behavior of the SUMMARIZE function by adding roll-up rows to the result on the groupBy_columnName columns.
Please refer to the document below and check if the ROLLUP() function effect the result in your scenario.
https://docs.microsoft.com/en-us/dax/summarize-function-dax.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi danielhough ,
I'm not sure what you mean about "the new table has blanks in rows and a summarizes the values column at the bottom".
Could you please share some sample data and expected result to me if you don't have any Confidential Information?
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello Jay, it may be hard to share data, so maybe I can start with the code Im using:
- Anonymous6 years agoNot applicable
Hi danielhough ,
I'm not sure if the result was caused by ROLLUP() function since there's no any sample data.
The addition of the ROLLUP() syntax modifies the behavior of the SUMMARIZE function by adding roll-up rows to the result on the groupBy_columnName columns.
Please refer to the document below and check if the ROLLUP() function effect the result in your scenario.
https://docs.microsoft.com/en-us/dax/summarize-function-dax.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- danielhough6 years ago
Helper II
Removing this worked! Thanks!!