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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

It works perfectly, thanks 🙂

 

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.