Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a formula i want this formula wit the following extansion
=(sum({<Jaar={$(=max(Jaar))}>}(OVM\Aantal)
I want this formula only for all fields with Administration 015
Try this,
=sum({<Administration={'015'}, Jaar={$(=max(Jaar))}>}[OVM\Aantal])
Regards,
Jagan.