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 safrasmusthafa ,
Thanks for posting your query in the Microsoft Fabric Community. This error is generated by the Facebook Graph API rather than Microsoft Fabric or the Python notebook. It indicates that one or more metrics in your request are not accepted by the source API.
In Fabric, Python notebooks send requests directly to external APIs. If the API does not recognize a metric, has removed it, or does not support it for the selected object or time range, this error will occur.
To address this, please check the metrics in your request and test them individually to determine which one is causing the problem. Also, make sure your access token has the necessary permissions.
This behavior is expected in Fabric when interacting with external REST APIs.
I hope this clarifies the situation. If I’ve misunderstood any part of your situation, please let us know.