<?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: Need an working example of custom visual source code in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/717981#M19696</link>
    <description>&lt;P&gt;&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;Thanks for clearing things up.&lt;/P&gt;&lt;P&gt;I wonder for people like me with entry level of TS, should we just go back to pbiviz 2.5 and figure out thing in those outdated tutorials and then migrate to 3.0, would that be a good way to go?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2019 16:19:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-18T16:19:25Z</dc:date>
    <item>
      <title>Need an working example of custom visual source code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/716978#M19682</link>
      <description>&lt;P&gt;So I have been trying to get this custom visual working following&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/custom-visual-develop-tutorial" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/developer/custom-visual-develop-tutorial&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, except that very first example of "Update Count:0", not a single example code works.&amp;nbsp; Was this tutorail outdated?&amp;nbsp; Is there any working example of custom visual available at all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 19:49:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/716978#M19682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-17T19:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need an working example of custom visual source code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/717075#M19683</link>
      <description>&lt;P&gt;The tutorial is outdated and the methods to generate everything are a little different in the new tooling. &lt;A href="https://community.powerbi.com/t5/Developer/Errors-in-Custom-Visual-Tutorial/m-p/716063/highlight/true#M19668" target="_self"&gt;I posted this in another thread yesterday&lt;/A&gt; which may help out in terms of understanding changes between versions and finding some valid v3 source code, but there really needs to be a newer tutorial produced to help newcomers avoid these kinds of issues going forward.&lt;/P&gt;&lt;P&gt;If you want to specifically work with the version in the tutorial you posted, there's a step under the&amp;nbsp;&lt;STRONG&gt;Installing Packages&lt;/STRONG&gt; heading that states the following to install the tools:&lt;/P&gt;&lt;PRE&gt;npm i -g powerbi-visuals-tools&lt;/PRE&gt;&lt;P&gt;Try this instead:&lt;/P&gt;&lt;PRE&gt;npm i -g powerbi-visuals-tools@2.5&lt;/PRE&gt;&lt;P&gt;After that, run:&lt;/P&gt;&lt;PRE&gt;pbiviz --version&lt;/PRE&gt;&lt;P&gt;This should show &lt;FONT face="courier new,courier"&gt;2.5.0&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;Then, run this in the root of your project:&lt;/P&gt;&lt;PRE&gt;pbiviz update 2.5.0&lt;/PRE&gt;&lt;P&gt;This will allow your code to compile, if everything looks as per the tutorial. If not, then you can repeat the steps from &lt;STRONG&gt;Creating and installing a certificate&lt;/STRONG&gt;&amp;nbsp;(if changing toolset version you need to generate a new certificate, otherwise the developer visual won't connect) and then creating a new visual project as normal.&lt;/P&gt;&lt;P&gt;Note that you will still need to contend with migration to the v3 tooling, but if you just want to explore the custom visuals framework and TypeScript platform to see how things work and learn the basics then this should get you moving.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;Note that&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 23:54:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/717075#M19683</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2019-06-17T23:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need an working example of custom visual source code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/717981#M19696</link>
      <description>&lt;P&gt;&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;Thanks for clearing things up.&lt;/P&gt;&lt;P&gt;I wonder for people like me with entry level of TS, should we just go back to pbiviz 2.5 and figure out thing in those outdated tutorials and then migrate to 3.0, would that be a good way to go?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 16:19:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/717981#M19696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-18T16:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need an working example of custom visual source code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/718166#M19698</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I think that if you want to make use of the majority of existing materials out there then I would say yes, for now. If you are learning TS then it will be fine, and doing any migration work will add to that knowledge (if a little inconvenient). Not sure if it will help, but I did &lt;A href="https://github.com/dm-p/difinity-2019-custom-visuals" target="_self"&gt;a similar tutorial a while back for a conference&lt;/A&gt;&amp;nbsp;and this may provide some further inroads into TS and the framework. It uses the older version of the tooling but instructions have been updated to specify version and I have tested that everything still works.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 20:03:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/718166#M19698</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2019-06-18T20:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need an working example of custom visual source code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/720645#M19726</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp; First of all, thank you for your help.&lt;/P&gt;&lt;P&gt;I went through the PDF you did for the conference (through the link you provided).&amp;nbsp; I'd hope there are some details for the "tag" on the pdf slides.&amp;nbsp; I wonder if you have some detailed tutorial in explanations....thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 21:49:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/720645#M19726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-20T21:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need an working example of custom visual source code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/720703#M19728</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;- glad to help how I can.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tags are explained in the 5th slide. You can either check them out locally to see the code at that point in the presentation, or explore the repo in GitHub and view the changes between tags. Easiest way to do this, would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Click on Code&lt;/LI&gt;&lt;LI&gt;Click on Releases&lt;/LI&gt;&lt;LI&gt;Find the tag that you want to check and click on the commit ref underneath it to have GitHub show you the changes from the last one, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JlkHhtQ" style="width: 352px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/172250i2250E2888B4D5D8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="JlkHhtQ" alt="JlkHhtQ" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In terms of detail, everything was explained more during the presentation and would take quite a while to write up fully into an article or guide, and I'm very short on free time at the moment!&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.fabric.microsoft.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;I'm hoping that this repo, in conjunction with the latest &lt;A href="https://microsoft.github.io/PowerBI-visuals/docs/overview/" target="_self"&gt;reference doc that is available&lt;/A&gt; will at least help close some of the gaps that I had when starting out.&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 23:38:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-an-working-example-of-custom-visual-source-code/m-p/720703#M19728</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2019-06-20T23:38:00Z</dc:date>
    </item>
  </channel>
</rss>

