Hi there,
I'm trying to build a "serial numer", but need a conditional, until today I did it using "CountRows(Filter(", but I have the problem with non delegable formulas.
So I think maybe is possible do it with Max funtion, but I don't know how I can do it.
My alternative code that I'm trying is:
Max(Filter('[dbo].[tbPO]';IdProject = proyecto).Line)+1
If not possible, How I can do it to avoid the issues with non delegable functions?
Thank you.