<?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 Fabric Capacity Metrics - underlying data? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Capacity-Metrics-underlying-data/m-p/3820468#M51635</link>
    <description>&lt;P&gt;Where does the Fabric Capacity Metrics app get the data to calculate the CU % metrics? Is it possible to recreate the app using the PowerBIWorkspace Log Analytics data?&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 17:06:32 GMT</pubDate>
    <dc:creator>JoyH</dc:creator>
    <dc:date>2024-04-08T17:06:32Z</dc:date>
    <item>
      <title>Fabric Capacity Metrics - underlying data?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Capacity-Metrics-underlying-data/m-p/3820468#M51635</link>
      <description>&lt;P&gt;Where does the Fabric Capacity Metrics app get the data to calculate the CU % metrics? Is it possible to recreate the app using the PowerBIWorkspace Log Analytics data?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 17:06:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fabric-Capacity-Metrics-underlying-data/m-p/3820468#M51635</guid>
      <dc:creator>JoyH</dc:creator>
      <dc:date>2024-04-08T17:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Capacity Metrics - underlying data?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Capacity-Metrics-underlying-data/m-p/3820614#M51638</link>
      <description>&lt;P&gt;We are wondering the same thing. By all appearances the data comes from a direct query connection to&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Extension{"extensionDataSourceKind":"CapacityMetricsCES","extensionDataSourcePath":"CapacityMetricsCES"}&lt;/SPAN&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 20:25:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fabric-Capacity-Metrics-underlying-data/m-p/3820614#M51638</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-08T20:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Capacity Metrics - underlying data?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Capacity-Metrics-underlying-data/m-p/3821061#M51643</link>
      <description>&lt;P&gt;Yes, it looks to be a connection to a Kusto connection (using a CapacityID parameter), but I get AccessDenied no matter how I try to connect from my own Power BI file (even though I'm using the same Data Source Creditials as the Metrics app)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    Source = (KustoFunctionName as text, optional xCapacity_ID as text,optional Timepoint as datetime,optional agoDays as text) =&amp;gt; 
    let
     

        Source = CapacityMetricsCES.GetMetricsData(
            KustoFunctionName , 
            if xCapacity_ID = null then CapacityID else xCapacity_ID , 
            "7E4058F3-1C1F-4C3A-8151-03D3A2C3C30X",
            if agoDays = null then "13" else agoDays, 
            "https://pbipam.kusto.windows.net",  
            "pbip",
            Number.FromText( UTC_offset ),
            null,
            DateTime.ToText(Timepoint)
            )
        in
            Source
in
    Source&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 22:19:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fabric-Capacity-Metrics-underlying-data/m-p/3821061#M51643</guid>
      <dc:creator>JoyH</dc:creator>
      <dc:date>2024-04-08T22:19:33Z</dc:date>
    </item>
  </channel>
</rss>

