<?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: How is fast iteration coding done with a PBI Custom Visual? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/144710#M4972</link>
    <description>So I take it your answer is choice #2.&lt;BR /&gt;&lt;BR /&gt;What I don't understand is, if you aren't a developer, why post replies to a developer question on a developer forum?&lt;BR /&gt;&lt;BR /&gt;It may boost your stats to fire off a generic post saying, hey, why don't you make a feature suggestion?&lt;BR /&gt;&lt;BR /&gt;However for everyone else it just wastes time and has no benefit.&lt;BR /&gt;&lt;BR /&gt;If you recall, no one asked for a new feature.</description>
    <pubDate>Fri, 17 Mar 2017 21:11:55 GMT</pubDate>
    <dc:creator>Cubist</dc:creator>
    <dc:date>2017-03-17T21:11:55Z</dc:date>
    <item>
      <title>How is fast iteration coding done with a PBI Custom Visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/136956#M4708</link>
      <description>&lt;P&gt;Say you have developed a custom visual, how can you make an update and see the results quickly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The approach below seems too slow for practical rapid interation and development&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way I know how to update&amp;nbsp;a visual is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the visual's code file (visual.ts), make some changes, save the code file&lt;/LI&gt;&lt;LI&gt;Open pbiviz.json&lt;/LI&gt;&lt;LI&gt;Make up a fake guid, use it to replace the existing guid, then save pbiviz.json&lt;/LI&gt;&lt;LI&gt;From the commmand line run "pbiviz package"&lt;/LI&gt;&lt;LI&gt;In&amp;nbsp;PBI Desktop delete the visual, which causes auto deletion of everything in the designer, and of course also causes auto deletion of any data bindings or property settings.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;PBI Desktop import the visual again.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Create again the auto deleted visual instances, bindings, and properties needed to test the updated visual.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;For reference, the people in the linked posts below also seem to have struggled with the update process after a code change is made.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope code change iterations are not really this cumbersome! &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1/27/2017 Modified Power BI custom visual and generated new pbiviz file, but not seeing changes&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Developer/Modified-Power-BI-custom-visual-and-generated-new-pbiviz-file/m-p/120201#M4152" target="_self"&gt;https://community.powerbi.com/t5/Developer/Modified-Power-BI-custom-visual-and-generated-new-pbiviz-file/m-p/120201#M4152&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;12/23/2016 Tweaking custom visual: change doesn't save&lt;BR /&gt;&lt;A href="http://community.powerbi.com/t5/Developer/Tweaking-an-existing-Custom-Visual-the-change-is-successful-but/m-p/107019#M3739" target="_self"&gt;http://community.powerbi.com/t5/Developer/Tweaking-an-existing-Custom-Visual-the-change-is-successful-but/m-p/107019#M3739&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4/28/2018 Problems updating Custom Visuals in Power BI Desktop&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Developer/Problems-updating-Custom-Visuals-in-Power-BI-Desktop/td-p/31810" target="_self"&gt;https://community.powerbi.com/t5/Developer/Problems-updating-Custom-Visuals-in-Power-BI-Desktop/td-p/31810&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 06:03:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/136956#M4708</guid>
      <dc:creator>Cubist</dc:creator>
      <dc:date>2017-03-09T06:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: How is fast iteration coding done with a PBI Custom Visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/137929#M4762</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/4299"&gt;@Cubist&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your feedback. You may submit an &lt;A title="" href="https://ideas.powerbi.com/forums/265200-power-bi" target="_self" rel="nofollow noopener noreferrer noopener noreferrer noopener noreferrer"&gt;idea&lt;/A&gt;&amp;nbsp;or leave a comment&amp;nbsp;on &lt;A href="https://github.com/Microsoft/PowerBI-visuals-tools" target="_self"&gt;GitHub&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 11:22:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/137929#M4762</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-03-07T11:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: How is fast iteration coding done with a PBI Custom Visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/139330#M4821</link>
      <description>&lt;P&gt;Hi Sam (&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/11389"&gt;@v-chuncz-msft&lt;/a&gt;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please clarify which one of these is implied by your response?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The steps in my original post are currently the only way to iterate through code change cycles for custom visuals.&lt;/LI&gt;&lt;LI&gt;You don't actually know one way or another, but wanted to post a token reply to boost your stats.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't mean to be cynical, but to be frank (1) seems hard to believe. &amp;nbsp;Consider that in everyday web development, when a code change is merely typed, the change can be automatically saved, compiled, and refreshed for display within a few seconds.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 05:39:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/139330#M4821</guid>
      <dc:creator>Cubist</dc:creator>
      <dc:date>2017-03-09T05:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: How is fast iteration coding done with a PBI Custom Visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/139522#M4827</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/4299"&gt;@Cubist&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not one of the developers. I mean the way I know&amp;nbsp;to update an exising custom visual is to run command &lt;EM&gt;pbiviz package&lt;/EM&gt;&amp;nbsp;by using the PowerBI command line tools (&lt;SPAN class="keyword"&gt;recommended&lt;/SPAN&gt;). For custom visuals that are not developed by new tools, you may try to rename the .pbiviz file to a .zip file, and change .css and .js file accordingly.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 09:59:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/139522#M4827</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-03-09T09:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How is fast iteration coding done with a PBI Custom Visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/144710#M4972</link>
      <description>So I take it your answer is choice #2.&lt;BR /&gt;&lt;BR /&gt;What I don't understand is, if you aren't a developer, why post replies to a developer question on a developer forum?&lt;BR /&gt;&lt;BR /&gt;It may boost your stats to fire off a generic post saying, hey, why don't you make a feature suggestion?&lt;BR /&gt;&lt;BR /&gt;However for everyone else it just wastes time and has no benefit.&lt;BR /&gt;&lt;BR /&gt;If you recall, no one asked for a new feature.</description>
      <pubDate>Fri, 17 Mar 2017 21:11:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/144710#M4972</guid>
      <dc:creator>Cubist</dc:creator>
      <dc:date>2017-03-17T21:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: How is fast iteration coding done with a PBI Custom Visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/145412#M4992</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/4299"&gt;@Cubist&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to provide timely response. Though there are&amp;nbsp;currently a few limitations, we can see the progress regularly, so stay tuned.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 11:06:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-is-fast-iteration-coding-done-with-a-PBI-Custom-Visual/m-p/145412#M4992</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-03-20T11:06:30Z</dc:date>
    </item>
  </channel>
</rss>

