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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Can't achieve SUM within group

I can't achieve the last column "Sum Of The Parent":

ParentClientValueSum Of The Parent
11568
125168
131268
24948029608
252000029608
2612829608

 

Like above... My goal is to display the SUM for where parent =1, for where parent =2 and so on...

 

How can I achieve it in DAX?

3 REPLIES 3
PijushRoy
Super User
Super User

Hi @Anonymous 

Can you please try below DAX for measure

Measure = CALCULATE(
    SUM('Table'[Value]),
    ALLEXCEPT('Table','Table'[Parent]))


If solve the requirement, please mark this answer as a solution.




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





lukiz84
Memorable Member
Memorable Member

Hi,

 

do you want it as a column or a measure?

 

 

Anonymous
Not applicable

It doesnt matter as long as I can display it in a table like the above...

 

I think it has to be a column for it to work...

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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