<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Facebook data extraction -metrics not supported in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/5007688#M15077</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1482485"&gt;@safrasmusthafa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="93" data-end="298"&gt;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.&lt;/P&gt;
&lt;P data-start="93" data-end="298"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="305" data-end="315"&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Feb 2026 11:40:55 GMT</pubDate>
    <dc:creator>V-yubandi-msft</dc:creator>
    <dc:date>2026-02-12T11:40:55Z</dc:date>
    <item>
      <title>Facebook data extraction -metrics not supported</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/4998781#M14990</link>
      <description>&lt;P&gt;I am extracting data from facebook graph api using python notebooks in ms fabric.&lt;/P&gt;&lt;P&gt;Most of the metrics i need to extract is giving me error.&lt;/P&gt;&lt;P&gt;{"error":{"message":"(#100) The value must be a valid insights metric","type":"OAuthException","code":100,"fbtrace_id":"AYRyf7Qj&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 06:40:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/4998781#M14990</guid>
      <dc:creator>safrasmusthafa</dc:creator>
      <dc:date>2026-02-06T06:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Facebook data extraction -metrics not supported</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/4998967#M14995</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1482485"&gt;@safrasmusthafa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for posting your query in the Microsoft Fabric Community.&amp;nbsp;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This behavior is expected in Fabric when interacting with external REST APIs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;I hope this clarifies the situation. If I’ve misunderstood any part of your situation, please let us know.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 09:40:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/4998967#M14995</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2026-02-06T09:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Facebook data extraction -metrics not supported</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/5000202#M15014</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1482485"&gt;@safrasmusthafa&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error (#100) The value must be a valid insights metric is returned by the &lt;STRONG&gt;Facebook (Meta) Graph API&lt;/STRONG&gt;, not Microsoft Fabric.&lt;/P&gt;&lt;P&gt;Microsoft Fabric only runs the Python code and does not validate Facebook metrics. This error occurs when a requested metric is &lt;STRONG&gt;invalid for the object&lt;/STRONG&gt;, &lt;STRONG&gt;deprecated&lt;/STRONG&gt;, &lt;STRONG&gt;not supported in the current Graph API version&lt;/STRONG&gt;, or when required &lt;STRONG&gt;Meta permissions&lt;/STRONG&gt; are missing.&lt;/P&gt;&lt;P&gt;Because this is a &lt;STRONG&gt;Meta API validation issue&lt;/STRONG&gt;, there are &lt;STRONG&gt;no Microsoft Docs&lt;/STRONG&gt; for it. Metrics must be validated against Meta’s official documentation.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meta documentation:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Insights metrics reference:&lt;BR /&gt;&lt;A href="https://developers.facebook.com/docs/graph-api/reference/insights" target="_new" rel="noopener"&gt;https://developers.facebook.com/docs/graph-api/reference/insights&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Graph API overview &amp;amp; versioning:&lt;BR /&gt;&lt;A href="https://developers.facebook.com/docs/graph-api/overview" target="_new" rel="noopener"&gt;https://developers.facebook.com/docs/graph-api/overview&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Permissions reference:&lt;BR /&gt;&lt;A target="_new" rel="noopener"&gt;https://developers.facebook.com/docs/permissions/reference&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If the same request fails outside Fabric (e.g., local Python or Postman), it confirms the issue is on the &lt;STRONG&gt;Meta side&lt;/STRONG&gt;, not Microsoft.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 22:14:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/5000202#M15014</guid>
      <dc:creator>Olufemi7</dc:creator>
      <dc:date>2026-02-07T22:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Facebook data extraction -metrics not supported</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/5000401#M15015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This error is coming from the &lt;STRONG&gt;Meta (Facebook) Graph API&lt;/STRONG&gt;, not from Microsoft Fabric.&lt;/P&gt;&lt;P&gt;(#100) The value must be a valid insights metric means that at least one of the metrics you are requesting is &lt;STRONG&gt;not valid for the selected object&lt;/STRONG&gt;, is &lt;STRONG&gt;not supported in your current Graph API version&lt;/STRONG&gt;, is &lt;STRONG&gt;deprecated&lt;/STRONG&gt;, or your &lt;STRONG&gt;access token doesn’t have the required permissions&lt;/STRONG&gt; for that metric/object.&lt;/P&gt;&lt;P&gt;To troubleshoot and fix it, I would suggest:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Validate metrics against Meta documentation&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Make sure each metric exists in the official Insights reference and is supported for the object you’re querying (Page / Post / Ad / etc.).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Test metrics one by one&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Start with a single known metric (e.g., impressions, reach) and then add others gradually to identify the exact metric causing the failure.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Confirm the object type you’re calling&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Some metrics only work for specific endpoints (e.g., Page Insights vs Post Insights vs Ads Insights).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Check Graph API versioning&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If you’re using a newer/older version, some metrics might have changed. Try the same request with another supported API version.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Verify token permissions&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Use Meta’s token debugging to confirm your token includes the required permissions for insights data.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2026 11:19:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/5000401#M15015</guid>
      <dc:creator>bariscihan</dc:creator>
      <dc:date>2026-02-08T11:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Facebook data extraction -metrics not supported</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/5001271#M15032</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1482485"&gt;@safrasmusthafa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="167" data-end="286"&gt;May I know if the issue has been resolved? If you need any additional information or clarification, please let us know.&lt;/P&gt;
&lt;P data-start="167" data-end="286"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="288" data-end="298"&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 11:43:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/5001271#M15032</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2026-02-09T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Facebook data extraction -metrics not supported</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/5007688#M15077</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1482485"&gt;@safrasmusthafa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="93" data-end="298"&gt;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.&lt;/P&gt;
&lt;P data-start="93" data-end="298"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="305" data-end="315"&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 11:40:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Facebook-data-extraction-metrics-not-supported/m-p/5007688#M15077</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2026-02-12T11:40:55Z</dc:date>
    </item>
  </channel>
</rss>

