Forum Discussion
Summarizecolumns multiple tables (for export to excel)
- 3 years ago
The problem is how to merge the different fields from the 4 tables without big performance loss - make sure you have a datamodel that speaks to that business req, optimize dax measures and you should be good.
4th option if you are on premium workspace and access to Power automate (default ENV will do, you don't need premium) , you can called DAX API by following this video from Ruth which will loop though all the lines and bypass 100k limit to generate the 2mil+ row report in fragmentation.
Once the flow runs you can pick up the pieces from the folder and sew them to a CSV (I hope I am right).
mvhoffe BTW excel has limitation of excel limitation of 1,048,576 rows by 16,384 columns, So you can't filt 2mil+ row in an excel.
smpa01 thanks for reply,
I am going to watch the video and try the solution.
I know that excel has a limitation of 1,048,076 rows, but because i am summarize by product (and client) i only because I stay far below the 1 million lines, fortunately I don't suffer from that.