I am not aware of limit with conditions. Are you sure that you have items in the SharePoint list that meet all four conditions? If so, how large is your list? I ask because I don't think the Sum() is delegable in SharePoint, so it could be factor in your results.
You can also write the formula like this:
Sum(filter(datasource, condition1, condition2, condition3, condition4), colx)
Hi @sjagnade ,
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:
Best regards,
User | Count |
---|---|
239 | |
116 | |
94 | |
58 | |
32 |
User | Count |
---|---|
287 | |
132 | |
106 | |
63 | |
59 |