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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
JWick1969
Helper IV
Helper IV

Solved : What is the equivalent of SUMPRODUCT (EXCEL) to PowerBI for my Multiple measures

Hi 
I have a matrix table with 5 columns and 4 of them are measures. Could not figure out on how to convert the below formula(excel) with sumproduct into PowerBI. below are the expected output for sumproduct column. Any ideas how could i achieve this? thanks in advance.

JWick1969_3-1697615036492.png

 

 

 

Thank you.

 

 

 

 

1 ACCEPTED SOLUTION
v-yangliu-msft
Community Support
Community Support

Hi  @JWick1969 ,

 

Here are the steps you can follow:

1. Create calculated column.

sumproduct =
DIVIDE(
    'Table'[w/o] * 'Table'[wo/volume] + 'Table'[with] * 'Table'[with volume], 'Table'[wo/volume] + 'Table'[with volume])

2. Result:

vyangliumsft_0-1697779040790.png

 

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

3 REPLIES 3
v-yangliu-msft
Community Support
Community Support

Hi  @JWick1969 ,

 

Here are the steps you can follow:

1. Create calculated column.

sumproduct =
DIVIDE(
    'Table'[w/o] * 'Table'[wo/volume] + 'Table'[with] * 'Table'[with volume], 'Table'[wo/volume] + 'Table'[with volume])

2. Result:

vyangliumsft_0-1697779040790.png

 

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Thank you very much. It's already working using the actual data.

Thank you for the reply. I try this solution to actual data.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.