Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Is is better to have 1 line-1entry data or 1 line-multiple entries for reporting purposes?

Hello,

I produce datasets in SAS where I can have ~10M of lines, based on the number of accounts and extraction date.

To reduce the size of the files to keep (I have to keep them because it is mandatory) and connect to PowerBI, can I use before the upload a "group by" in sas to reduce the # of lines?

 

Example: instead of importing 1000 lines all with the same profile (customers that possess product 1, that live in city x and that used credit card), I make a group by and only import 1 line with the total of revenue for that profile.

 

The groups/profile combination normally don't change and if there would be an extra category to add to the group by, there would be just extra lines but not the 10M.

 

Is this sensible or I risk to jeopardize my dashboards in case I need to add another segmentation?

1 REPLY 1
ray_aramburo
Super User
Super User

Group by is an excellent way of reducing rows, but its usage will depend on the granularity requirements you may have as for sure you will lose some detail.

Answer is plainly It depends on your requirement





Did I answer your question? Give your kudos and mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors