Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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.
Thank you.
Solved! Go to Solution.
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:
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
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:
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.
User | Count |
---|---|
116 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |