Hi.
For each DNS zone you can use its metrics to get that data. Specifically, QueryVolume metric. You will need to sum the volume across all your DNS zones. For ARM if you send your Azure activity logs to Log Analytics you can use query like to get the number of API calls:
AzureActivity | count
You can set the time range before executing the query.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.