<?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: Custom visual API 2.5.0 analytics pane - how to guide in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-visual-API-2-5-0-analytics-pane-how-to-guide/m-p/1609303#M27348</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/247681"&gt;@WouterBo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I was able to get this working in the past &lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/analytics-pane?WT.mc_id=DP-MVP-5003712" target="_self"&gt;using the dedicated page in the documentation&lt;/A&gt;, so presuming that this is your reference, I think your approach is likely correct. All it takes is to add the &lt;FONT face="courier new,courier"&gt;"objectCategory": "2"&lt;/FONT&gt; to your appropriate object and it would shift over to the Analytics pane when enumeration is next triggered.&lt;/P&gt;
&lt;P&gt;I've just tested and I don't think it's working currently, as it definitely was last time I checked (probably within the last 4 months or so).&lt;/P&gt;
&lt;P&gt;I would suggest &lt;A href="https://github.com/microsoft/PowerBI-visuals-tools/issues/" target="_self"&gt;raising an issue&lt;/A&gt; to make the team aware and hopefully they can investigate and resolve.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 18:41:18 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2021-01-19T18:41:18Z</dc:date>
    <item>
      <title>Custom visual API 2.5.0 analytics pane - how to guide</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-visual-API-2-5-0-analytics-pane-how-to-guide/m-p/1608415#M27341</link>
      <description>&lt;P&gt;The release notes for the 2.5.0 version of the PowerBI custom visual API mention the introduction of the Analytics Pane. However, I cannot find any information on how to use it. Adding the object with "objectCategory" : 2 to the capabilities.json does not seem to do anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any further information for using the analytics pane in custom visuals? I would like to be able to add statistical lines to my custom visuals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 11:34:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-visual-API-2-5-0-analytics-pane-how-to-guide/m-p/1608415#M27341</guid>
      <dc:creator>WouterBo</dc:creator>
      <dc:date>2021-01-19T11:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visual API 2.5.0 analytics pane - how to guide</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-visual-API-2-5-0-analytics-pane-how-to-guide/m-p/1609303#M27348</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/247681"&gt;@WouterBo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I was able to get this working in the past &lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/analytics-pane?WT.mc_id=DP-MVP-5003712" target="_self"&gt;using the dedicated page in the documentation&lt;/A&gt;, so presuming that this is your reference, I think your approach is likely correct. All it takes is to add the &lt;FONT face="courier new,courier"&gt;"objectCategory": "2"&lt;/FONT&gt; to your appropriate object and it would shift over to the Analytics pane when enumeration is next triggered.&lt;/P&gt;
&lt;P&gt;I've just tested and I don't think it's working currently, as it definitely was last time I checked (probably within the last 4 months or so).&lt;/P&gt;
&lt;P&gt;I would suggest &lt;A href="https://github.com/microsoft/PowerBI-visuals-tools/issues/" target="_self"&gt;raising an issue&lt;/A&gt; to make the team aware and hopefully they can investigate and resolve.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 18:41:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-visual-API-2-5-0-analytics-pane-how-to-guide/m-p/1609303#M27348</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2021-01-19T18:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visual API 2.5.0 analytics pane - how to guide</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-visual-API-2-5-0-analytics-pane-how-to-guide/m-p/1610522#M27364</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;Daniel&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I took that page as a reference. You've helped me an important step further, thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I even found some sample code:&amp;nbsp;&lt;A href="https://github.com/microsoft/PowerBI-visuals-sampleBarChart" target="_blank"&gt;https://github.com/microsoft/PowerBI-visuals-sampleBarChart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 11:23:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-visual-API-2-5-0-analytics-pane-how-to-guide/m-p/1610522#M27364</guid>
      <dc:creator>WouterBo</dc:creator>
      <dc:date>2021-01-20T11:23:39Z</dc:date>
    </item>
  </channel>
</rss>

