Forum Discussion
Facebook data extraction -metrics not supported
- 6 months ago
Hi safrasmusthafa ,
We haven’t received a response from your end yet. Please let us know whether the issue has been resolved or if you’re still facing any difficulties. Feel free to reach out if you need further assistance.
Thank you.
Hi,
This error is coming from the Meta (Facebook) Graph API, not from Microsoft Fabric.
(#100) The value must be a valid insights metric means that at least one of the metrics you are requesting is not valid for the selected object, is not supported in your current Graph API version, is deprecated, or your access token doesn’t have the required permissions for that metric/object.
To troubleshoot and fix it, I would suggest:
Validate metrics against Meta documentation
Make sure each metric exists in the official Insights reference and is supported for the object you’re querying (Page / Post / Ad / etc.).
Test metrics one by one
Start with a single known metric (e.g., impressions, reach) and then add others gradually to identify the exact metric causing the failure.
Confirm the object type you’re calling
Some metrics only work for specific endpoints (e.g., Page Insights vs Post Insights vs Ads Insights).
Check Graph API versioning
If you’re using a newer/older version, some metrics might have changed. Try the same request with another supported API version.
Verify token permissions
Use Meta’s token debugging to confirm your token includes the required permissions for insights data.
Also, if you run the same request outside Fabric (Postman or local Python) and still get the same error, it confirms this is a Meta-side validation issue rather than anything Fabric-related.
Hope this helps—if you share the exact endpoint/object you’re calling and the list of metrics, I can help pinpoint which metric is invalid and what the correct alternative should be.