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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Cellardoor
New Member

Sum specific range in a row

Dear all.

 

Just trying to transpose from excel to powerbi :).

 

Lets imagine the following matrix

 

Columns:     A   B  C   D

Rows     1    20 40 60

              2    5   10 20

              3    1   2   3

 

I want column D to sum the A B C values. In excel would be = sum (table1[@[A]:[C]). The results should be: row 1 = 120, row 2= 35, row 3 =6

 

I imported the data from excel. I should execute this formula in my excel table and then import from powerbi or just import the raw data to powerbi and  then execute the formula? or its the same?

 

Eitherway, can you help me with this formula?

 

Thank you

 

Hope it gets clear. Thank you

1 ACCEPTED SOLUTION
vanessafvg
Super User
Super User

Just create a measure

 

measure = (sum(col1) + sum(colb)) etc.





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
vanessafvg
Super User
Super User

Just create a measure

 

measure = (sum(col1) + sum(colb)) etc.





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




It seems im a beginner on this...

 

Oh...wait...Smiley LOL

 

Thank you

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors