<?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: Editting an existing Custom Visual causes Icon to stop working in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/994090#M22852</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;this method is no longer relevant as Microsoft has changed/updated the methods for altering visuals.&amp;nbsp; I don't believe my method works anymore.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2020 22:16:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-26T22:16:00Z</dc:date>
    <item>
      <title>Editting an existing Custom Visual causes Icon to stop working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/139260#M4817</link>
      <description>&lt;P&gt;I'm still new at editting Custom Visuals.&amp;nbsp; We are using the Timeline Slider V1.3.17&amp;nbsp;written by Microsoft but just needed some updates to how the years were displayed.&amp;nbsp; After some initial trouble with GUIDs needing to be changed to ensure i could see my updates, i've managed to get the visual to do everything I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only catch is making any change to the javascript file causes the icon to cease working. Its just an empty square in the Visualiations pane. Its selectable and&amp;nbsp;funcitonal, except its&amp;nbsp;just empty.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The files and links to those files are unchanged.&amp;nbsp; I'm curious if others have run into similar issues and have found a solution?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 03:15:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/139260#M4817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-09T03:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Editting an existing Custom Visual causes Icon to stop working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/140267#M4840</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems there is some conflict, you may create a new .pbix file.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 11:34:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/140267#M4840</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-03-10T11:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Editting an existing Custom Visual causes Icon to stop working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/140662#M4846</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You mean the Timeline sample right?&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;Note if you click on Github link you'll notice it will direct you to a deprecated CORE version. So this visual as some others were previously built using the CORE version which is basically an application built in Visual Studio 2015. I haven't seen any updated CLI code source version.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So in order to bring modifications to any existing pbiviz you have 3 options:&lt;/P&gt;&lt;P&gt;1 - as you mentioned, you may try to decompile the pbviz (changing pbviz to zip - bring modification&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;like changing GUID then recompile it). However this approach may NOT always work as expected.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; The approach has been mentioned a few times... though to be honnest I wouldn't bet a million do$ on it.&lt;BR /&gt;2- next approach would be to take the available code on Github and bring modifications right at the source.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; The CORE application doesn't provide any pbiviz command line righ out of the box like PBI CLI pbiviz package.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Though I managed to create pbiviz file through Gulp package method. Following link gives an example how it can be done.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;A href="http://amolpandey.com/2016/08/02/powerbi-how-to-create-pbiviz-file-custom-visualization/" target="_blank"&gt;http://amolpandey.com/2016/08/02/powerbi-how-to-create-pbiviz-file-custom-visualization/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3- last option well is you feel comfortable enough is to rebuild a new CLI version from scratch then be my guest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 21:00:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/140662#M4846</guid>
      <dc:creator>MawashiKid</dc:creator>
      <dc:date>2017-03-10T21:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Editting an existing Custom Visual causes Icon to stop working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/141103#M4861</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; Sounds like its going to be a lot more difficult then a simple edit.&amp;nbsp; For now this works to get me out of trouble.&amp;nbsp; I'll investigate the CORE version and see if i can make similar changes there.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2017 23:24:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/141103#M4861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-12T23:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Editting an existing Custom Visual causes Icon to stop working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/141111#M4862</link>
      <description>&lt;P&gt;I figured out what i was missing!!!!&amp;nbsp; In the CSS file, right down the bottom, i'd missed that there was a function: "visual-icon.&amp;lt;GUID&amp;gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because i'd not updated this GUID as i had in the other files, this wasn't working and was causing the missing icon. PHEW!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 00:04:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/141111#M4862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-13T00:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Editting an existing Custom Visual causes Icon to stop working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/993475#M22839</link>
      <description>&lt;P&gt;Sorry to dig up an old post. Could you please explain how you managed to make changes to existing visual, Ross? I assume you used 7-zip?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 14:12:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/993475#M22839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-26T14:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Editting an existing Custom Visual causes Icon to stop working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/994090#M22852</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;this method is no longer relevant as Microsoft has changed/updated the methods for altering visuals.&amp;nbsp; I don't believe my method works anymore.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 22:16:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Editting-an-existing-Custom-Visual-causes-Icon-to-stop-working/m-p/994090#M22852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-26T22:16:00Z</dc:date>
    </item>
  </channel>
</rss>

