Forum Discussion
Fabric Capacity Metrics - Dataset Refresh Count
- Anonymous9 months ago
Hi danielkataoka ,
Thank you for reaching out to the Microsoft Fabric Community Forum. Thank you DataVitalizer and DataVitalizer for your response.
The MetricsByItemAndOperationAndDay view is a daily summary, so it will always return a single row per dataset per day, with the timestamp set to 00:00:00. This is why you only see one record even if the dataset refreshes multiple times.
To view each refresh attempt (including retries) with the actual timestamp, you’ll need to use a more granular view such as MetricsByOperation or MetricsByOperationAndItem. These tables record every operation event and will allow you to count refreshes correctly.
If this does not resolve the issue, please share which metrics tables are available in your capacity.
Thank you.
Warning: That count is overstated as it includes all the retries and the Query Cache rows.