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

calculated column changes values in report

Hi all, 

 

I created that calculated column:

 

sum_1 = CALCULATE(SUM(fct_Orderdata[Total_order_price]);FILTER(fct_Orderdata;fct_Orderdata[Soldto_number] = EARLIER(fct_Orderdata[Soldto_number])))

 

It sums all prices up of one Soldto_number. 

 

When I want to use that sum_1 in a report, it changes its values for a report with only soldto_number and sum_1

 

I figured out, that when I create a report and add all columns of  fct_orderdata to it, I'll receive the same result in the report as I do receive in the table fct_orderdata. 

 

So my question is: How do I need to design sum_1 that allows me only using soldto_number as a reference in a report?

 

Many thanks

Lanko

 

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

This is a slightly confusing question.

A calculated column doesn't change value.  You are seeing, I believe, an aggregation of the column in a table.

 

Show us your data and the desired outcome and i'm sure someone will help.

View solution in original post

2 REPLIES 2
HotChilli
Super User
Super User

This is a slightly confusing question.

A calculated column doesn't change value.  You are seeing, I believe, an aggregation of the column in a table.

 

Show us your data and the desired outcome and i'm sure someone will help.

Anonymous
Not applicable

Thanks @HotChilli  PowerBi just summarized automatically the values... as you said

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