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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Summarize two columns into one

Hi all,

 

I need to combine two columns into one column, and at the same time, sum their values up. 

 

This is a bit weird, cant really find a solution online. Please let me know if I can clarify more. Thank you.

 

Capture.PNG

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous

 

You can use this calculated column

 

Column =
CALCULATE (
    SUM ( Table1[Fee_XXX] ) + SUM ( Table1[Fee_YYY] ),
    ALLEXCEPT ( Table1, Table1[User] )
)

View solution in original post

2 REPLIES 2
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous

 

You can use this calculated column

 

Column =
CALCULATE (
    SUM ( Table1[Fee_XXX] ) + SUM ( Table1[Fee_YYY] ),
    ALLEXCEPT ( Table1, Table1[User] )
)
Anonymous
Not applicable

Thanks a lot Zubair, great solution

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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