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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
n2p2gupta
Frequent Visitor

How to calculate using "SUMX" in power bi across a row using multiple columns

I am new to Power BI.  Can you please help with DAX formula to calculate value 27?

 

A      B       C       D

6       9       5        7      = 27.

1 ACCEPTED SOLUTION
BhaveshPatel
Community Champion
Community Champion

You can create a measure as the following:

Mesure:-=SUMX(TableName, TableName[A]*TableName[B]*TableName[C]*TableName[D])

 

for calculated column:

 

Calculated Column1= TableName[A]*TableName[B]*TableName[C]*TableName[D]

 

 

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

View solution in original post

2 REPLIES 2
Vvelarde
Community Champion
Community Champion

@n2p2gupta

 

You can also do it en Query Editor

 

Sum.png




Lima - Peru
BhaveshPatel
Community Champion
Community Champion

You can create a measure as the following:

Mesure:-=SUMX(TableName, TableName[A]*TableName[B]*TableName[C]*TableName[D])

 

for calculated column:

 

Calculated Column1= TableName[A]*TableName[B]*TableName[C]*TableName[D]

 

 

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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