This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 25 | |
| 19 | |
| 14 |
| User | Count |
|---|---|
| 56 | |
| 48 | |
| 37 | |
| 21 | |
| 20 |