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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Simondeb
Frequent Visitor

Sum total lines

Dear All,

 

I have a problem on y table, I calculated Price effect / Mix Effect Volume effect in a table.

it's well calculated lini by line but i want the total to be the sum of my line instead of recalculating my affect on the total.

 

Capture2.PNG

I want the total line to be -1832 / +2254 / -13139

 

How can I do that??

 

Thank you,

 

Regards, Simon

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Simondeb ,

You have to do something like this

sumx(summarize(Table,Table[Area],table[Sub Area],"_for",[Measure]),[_for])

 

Sub Area is there second row(Group by) in table

Measure the one you looking to correct the calculation

View solution in original post

3 REPLIES 3
v-eachen-msft
Community Support
Community Support

Hi @Simondeb ,

 

You could use ISINSCOPE() fcuntion to custom your total row.

Measure = 
IF(ISINSCOPE('Table'[Areas]),Your original formula,Your new formula)

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
amitchandak
Super User
Super User

@Simondeb ,

You have to do something like this

sumx(summarize(Table,Table[Area],table[Sub Area],"_for",[Measure]),[_for])

 

Sub Area is there second row(Group by) in table

Measure the one you looking to correct the calculation

It works perfectly, thanks 🙂

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.