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! Request now

Reply
Anonymous
Not applicable

grouping total sum by day

Hi, I'm trying to aggregate the data by column production date. That is i want to sum all the values for each day into one column to find out the overall Yield for that day:test.JPG

 

 

 

 

 

 

 

 

 

 

 

 

 

So the first two values of the column total should be (1680+2000 = 3680) and Ythe first two values of Total produced should be (1714+2036 =3750). The same applies to the rest of the days

 

 I need help on the how to calculate these columns. Currently my Total is a measure Total = sum(total good quantity) and Total Produced = sum(total produced)

 

After this I will be able to calculate my Yield correctly

Thanks in advanced

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

HI, @Anonymous

    I have tested on my side, 

Assume that this sample data

4.PNG

then add two measures

Total = sum(Table1[total good quantity])

Total Produce = SUM(Table1[total produced])

then drag them into visual

5.PNG

it works well, so I guess that you may drag other fields into the visual and leads to they don't aggregate.

like this

if I drag Name field into the visual

6.PNG

Please check the fields in the table visual that whether it needs to be aggregated.

 

Please share your pbix or some screenshot for us. You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.

 

 

 

 

Best Regards,

Lin

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-lili6-msft
Community Support
Community Support

HI, @Anonymous

    I have tested on my side, 

Assume that this sample data

4.PNG

then add two measures

Total = sum(Table1[total good quantity])

Total Produce = SUM(Table1[total produced])

then drag them into visual

5.PNG

it works well, so I guess that you may drag other fields into the visual and leads to they don't aggregate.

like this

if I drag Name field into the visual

6.PNG

Please check the fields in the table visual that whether it needs to be aggregated.

 

Please share your pbix or some screenshot for us. You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.

 

 

 

 

Best Regards,

Lin

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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