Hi, sorry my english ... I have a problem to solve ... I need to count the records of a table, but when I exceed 2000 records the result is wrong. I tried the following Sum function (ForAll (Filter ('[dbo]. [USR_RIG_INVENTARI]'; CODINV = Dropdown2.Selected.CODICE); 1); Value), but it gives me the value 2000, when instead the lines are 296628. I also tried with the Countif function, but it reports incorrect values. Could you help me understand?