Hi @Anonymous ,
Could you please share more details about your formula?
Based on the issue that you mentioned, I have made a test on my side, and don't have the issue that you mentioned. Please consider modify your formula as below:
Sum(
Filter(
datasource,
condition1,
condition2,
condition3,
condition4
),
colx
)
Please also check if you have specified proper filter condition within your Filter function. More details about Filter function, please check the following article:
Filter function
Best regards,