Hi,
How can I filter the datatable, I want only show the 1 - 20 records of my datasource I already try this CountRows('FinalDataSource') <= 20 but it shows nothing.
Thanks!
best regards
Boynogs
Solved! Go to Solution.
Hi @Boynogs123
You need to use FirstN method:
FirstN(Sort(Filter(...)), 20)
FirstN( Table , 20 )
you can refer to
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-first-last
Thanks.
Hi @Boynogs123
You need to use FirstN method:
FirstN(Sort(Filter(...)), 20)
FirstN( Table , 20 )
you can refer to
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-first-last
Thanks.
Hi @shailendra74 ,
Thank you !
Do know how to make it like pagination?
Thank you!
Best Regards,
Bernard
User | Count |
---|---|
133 | |
132 | |
95 | |
75 | |
74 |
User | Count |
---|---|
206 | |
195 | |
70 | |
60 | |
52 |