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.
Hello,
Can somebody help me with the following problem.
I have two value columns that I need to compare them row by row to get the max value from the two columns from each row. Then multiply it, whether the max value is from those two columns, for the values in another column (a third column).
For Example:
Column A Column B Max Value Column C Multiplication
1 3 3 6 3*6
3 5 5 4 5*4
6 2 6 7 6*7
1 6 6 9 6*9
2 1 2 10 2*10
Thank you so much.
Solved! Go to Solution.
HI @davidibarrag ,
Try these steps:
Add new column with this formula:
Column = MAX([A],[B])
A and B are the name of my Columns
I get output as follows:
Than use this measure for multiplication
Measure 3 = SUM('Table (2)'[Column]) * SUM('Table (2)'[C])
my output:
Let me know if this works
Thanks,
Tejaswi
HI @davidibarrag ,
Try these steps:
Add new column with this formula:
Column = MAX([A],[B])
A and B are the name of my Columns
I get output as follows:
Than use this measure for multiplication
Measure 3 = SUM('Table (2)'[Column]) * SUM('Table (2)'[C])
my output:
Let me know if this works
Thanks,
Tejaswi
Thanks a lot it worked.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
72 | |
62 | |
51 | |
48 |
User | Count |
---|---|
206 | |
90 | |
62 | |
59 | |
57 |