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
davidibarrag
Frequent Visitor

Select the max value from two columns by row and then use those values to make antoher measure

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.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @davidibarrag ,

 

Try these steps:

 

Add new column with this formula:

Capture4.PNG

 

Column = MAX([A],[B])

A and B are the name of my Columns 

I get output as follows:

Capture67.PNG

 

Than use this measure for multiplication 

 

Measure 3 = 
SUM('Table (2)'[Column]) * SUM('Table (2)'[C])

my output:

Capture 8.PNG

 

Let me know if this works

Thanks,

Tejaswi

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

HI @davidibarrag ,

 

Try these steps:

 

Add new column with this formula:

Capture4.PNG

 

Column = MAX([A],[B])

A and B are the name of my Columns 

I get output as follows:

Capture67.PNG

 

Than use this measure for multiplication 

 

Measure 3 = 
SUM('Table (2)'[Column]) * SUM('Table (2)'[C])

my output:

Capture 8.PNG

 

Let me know if this works

Thanks,

Tejaswi

 

Thanks a lot it worked. 

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.