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
RafaelAri
Helper I
Helper I

Add max value column

I have this list of quotations, where each quotation has a version, from A and up.

I want to add custom column, that contain the highest version, for each quotation.

Many thanks in advance,

RafaelAri_0-1679551477439.png

 

1 ACCEPTED SOLUTION
Samarth_18
Community Champion
Community Champion

Hi @RafaelAri ,

 

You could try below code:-

Column =
CALCULATE (
    MAX ( 'Table'[version] ),
    FILTER ( 'Table', 'Table'[Quote no] = EARLIER ( 'Table'[Quote no] ) )
)

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

View solution in original post

4 REPLIES 4
grazitti_sapna
Resolver I
Resolver I

Hey Try using this

Create a new column under the modeling tab and try this:

Max Value = Calculate (max('Max Value'[Version]), allexcept('Max Value','Max Value'[Quot. No.]))

Where [Max Value] is the table name

Samarth_18
Community Champion
Community Champion

Hi @RafaelAri ,

 

You could try below code:-

Column =
CALCULATE (
    MAX ( 'Table'[version] ),
    FILTER ( 'Table', 'Table'[Quote no] = EARLIER ( 'Table'[Quote no] ) )
)

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

Sorry, doesn't work.

EARLIER function is not correct.

Where should I use this code? in Mesures table or in the Query-Editor?

My appologies..., it works!
Thanks Samarth

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.