
Announcements
I have looked around online and saw a few things, but is there any way to get the total count of rows in a Dataverse table right in PowerApps code? All I have seen so far is having to use third party utilities or PowerAutomate instant flow, etc. Is there any way to do the equivalent of SELECT COUNT(*) FROM <Table> natively in PowerApps? Even if its a raw API call without creating a PowerAutomate flow to do it.
Hi @kyleburmark,
You could use the CountRows(TableName) function within Canvas Apps. You can find additional documentation on that function here.
If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.
Thanks!