<?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: Problems with custom visual and URLs in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Problems-with-custom-visual-and-URLs/m-p/75482#M2572</link>
    <description>&lt;P&gt;Hey Mcburn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have moved to the new dev tools, but have not got URL's working properly in either the old or new tools. Not sure if you are aware, but URL navigation should be supported in the near future:&amp;nbsp;&lt;A href="https://github.com/Microsoft/PowerBI-visuals/blob/master/Roadmap/README.md" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals/blob/master/Roadmap/README.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way I could get the URL navigation to work was via right click -&amp;gt; open in new window... but this only worked in Chrome, not Edge. Also I couldn't get the URL to open in the same window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2016 21:33:16 GMT</pubDate>
    <dc:creator>TonyGaul</dc:creator>
    <dc:date>2016-10-05T21:33:16Z</dc:date>
    <item>
      <title>Problems with custom visual and URLs</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problems-with-custom-visual-and-URLs/m-p/43811#M1336</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working on a custom visual and have a few&amp;nbsp;problems. &amp;nbsp;Just to be upfront I have limited&amp;nbsp;JS skills, but am experienced with MSFT BI / SQL etc. &amp;nbsp;I've been spending some&amp;nbsp;time trying to get things to work, but am struggling!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My visual is based on an existing custom visual and it works perfectly when using the web devTools.. &amp;nbsp;The format panel of the visual is working / displaying correctly, and a key feature of opening external URL's in either the same tab or a new tab works perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However my problems are:&lt;/P&gt;&lt;P&gt;1. When I export the visual from the web tools to a .pbiviz and then import it into PowerBI.com&amp;nbsp;report, the thumbnail image doesn't load, the format panel shows the field id's not the display names, some field names are blank where I use the createDisplayNameGetter&amp;nbsp;and I can't navigate to the URL when the visual is clicked.&lt;/P&gt;&lt;P&gt;2. Wen I set the URL to open in a new window, it only happens when I right click the visual and open in a new tab or press ctrl+ click. &amp;nbsp;When I set it to open in the same tab, the visual goes blank (in Chrome). &amp;nbsp;I get varying results using different browsers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. The rest of the visual works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My pbiviz &amp;amp; sample data is located here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/folderview?id=0BwgURPDgfletbEtuUDdTMnJSRnM&amp;amp;usp=sharing" target="_blank"&gt;CustomVisualAndData&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is this not working properly in the Power BI service when importing as a pbiviz? &amp;nbsp;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:20:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problems-with-custom-visual-and-URLs/m-p/43811#M1336</guid>
      <dc:creator>TonyGaul</dc:creator>
      <dc:date>2016-06-17T13:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with custom visual and URLs</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problems-with-custom-visual-and-URLs/m-p/74694#M2508</link>
      <description>&lt;P&gt;Hey Tony,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe this post is outdatet.&lt;/P&gt;&lt;P&gt;But do you use the new pbiviz tool for developing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Custom Visual works in a IFrame and blocking all URL´s.&lt;/P&gt;&lt;P&gt;But do you found a alternative Solution for the URL´s?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mcburn&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 08:33:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problems-with-custom-visual-and-URLs/m-p/74694#M2508</guid>
      <dc:creator>Mcburn</dc:creator>
      <dc:date>2016-10-04T08:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with custom visual and URLs</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problems-with-custom-visual-and-URLs/m-p/75482#M2572</link>
      <description>&lt;P&gt;Hey Mcburn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have moved to the new dev tools, but have not got URL's working properly in either the old or new tools. Not sure if you are aware, but URL navigation should be supported in the near future:&amp;nbsp;&lt;A href="https://github.com/Microsoft/PowerBI-visuals/blob/master/Roadmap/README.md" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals/blob/master/Roadmap/README.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way I could get the URL navigation to work was via right click -&amp;gt; open in new window... but this only worked in Chrome, not Edge. Also I couldn't get the URL to open in the same window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 21:33:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problems-with-custom-visual-and-URLs/m-p/75482#M2572</guid>
      <dc:creator>TonyGaul</dc:creator>
      <dc:date>2016-10-05T21:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with custom visual and URLs</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problems-with-custom-visual-and-URLs/m-p/76653#M2638</link>
      <description>&lt;P&gt;Hey TonyGaul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i found a parameter to enable Links for the moment: ?sandboxVisualsEnabled=false.&lt;/P&gt;&lt;P&gt;That isn´t a fine way to enable the links.&lt;/P&gt;&lt;P&gt;But i hope we get this URL Navigation in the near future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i hope this is what i imagine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mcburn&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 08:29:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problems-with-custom-visual-and-URLs/m-p/76653#M2638</guid>
      <dc:creator>Mcburn</dc:creator>
      <dc:date>2016-10-10T08:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with custom visual and URLs</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problems-with-custom-visual-and-URLs/m-p/76719#M2643</link>
      <description>&lt;P&gt;Hey Mcburn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice find! &amp;nbsp;I've just done some testing at this works in Edge &amp;amp; Chrome, opens in either same tab or new tab etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a good workaround until v1.3 is released!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 10:08:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problems-with-custom-visual-and-URLs/m-p/76719#M2643</guid>
      <dc:creator>TonyGaul</dc:creator>
      <dc:date>2016-10-10T10:08:27Z</dc:date>
    </item>
  </channel>
</rss>

