Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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,
Solved! Go to Solution.
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
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
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
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 48 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 119 | |
| 117 | |
| 38 | |
| 36 | |
| 27 |