Forum Discussion
Anonymous
6 years agoNot 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])))...
- 6 years ago
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.
HotChilli
6 years agoCommunity Champion
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.
- Anonymous6 years agoNot applicable
Thanks HotChilli PowerBi just summarized automatically the values... as you said