Since the recent sync issues I’ve been trying to remove all virtual columns, duplicating all my work on physical columns.
I have removed the SELECT() function from all places, but I still have a function that I don’t know how to change and it is the following:
[Total Kilos] = MAX(SELECT(Histo[Total Kilos], [Parcela]=[_THISROW].[Parcela]))
I use this function in UX/Format Rules, to paint the maximum amount of “Total kilos” green, as long as it meets the condition that it is the same “Parcela” as in my row. Also, the format rules need a YES/No formula, that’s why I compare “[Total Kilos]=”, at the beginning of my formula.
My question is, how could I remove the SELECT function from this formula, using others that do not require so much time in synchronization?
Greetings and thank you very much for your time and answers.