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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

First value or Max.....

I have three columns, "Part Number", "Fixed Rate" and "Non-Fixed Rate".  There will be either a value, greater than 0, in "Fixed Rate" or "Non-Fixed Rate".  There will never be a value greater than 0 in both.

 

Part_Number      Fixed_Rate     Non-Fixed_Rate          Measure Value

CH 1234              0                    125.00                         187.50

CH 2345              100.00            0                                 150.00

CH 3456              0                     150.00                        225.00

 

I need a measure that will look at both columns, pull the one value it finds greater than 0, and times it by 1.5.

 

In excel, it would look like this.

=max(B2,C2)*1.5

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I think I found the answer.  This looks like it is working correctly.

 

Measure = MAXX(Pricing,max(Pricing[Standard Aero Fixed Flat Rate],Pricing[Standard Aero Non-Fixed Flat Rate]))*1.5

View solution in original post

1 REPLY 1
Anonymous
Not applicable

I think I found the answer.  This looks like it is working correctly.

 

Measure = MAXX(Pricing,max(Pricing[Standard Aero Fixed Flat Rate],Pricing[Standard Aero Non-Fixed Flat Rate]))*1.5

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors