Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hey,
I have a table with 100K+ rows and I need to create an aggregated table from this larger table. The aggregated table will have 10 or so columns and a values column. I've tried SUMMARIZE but the new table has blanks in rows and a summarizes the values column at the bottom. I need to create this aggregated table to feed into the custom add-in Arria, since BI has a 30K row limit for custom add-in.
Is this possible?
Thanks!
Solved! Go to Solution.
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:
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.
Removing this worked! Thanks!!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 45 | |
| 38 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 82 | |
| 69 | |
| 39 | |
| 29 | |
| 27 |