<?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: Cannot generate custom visual until all format options are set in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/329869#M9766</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/50316"&gt;@satishr&lt;/a&gt;&amp;nbsp;You can find the solution at &lt;A href="https://community.powerbi.com/t5/Developer/Revert-to-default-option-doesn-t-work-in-my-custom-visual/m-p/329833/highlight/false#M9758" target="_blank"&gt;this topic&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2017 07:52:36 GMT</pubDate>
    <dc:creator>v-viig</dc:creator>
    <dc:date>2017-12-28T07:52:36Z</dc:date>
    <item>
      <title>Cannot generate custom visual until all format options are set</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/328535#M9703</link>
      <description>&lt;P&gt;I'm new to coding Power BI custom visuals. I have created a simple visual following the documentation available (which is very limited). I'm testing the visual on Power BI service and it looks fine. The only problem is I have to set or change all the options in the Format pane for the visual to show up. I'm setting default values for the options ad they show the same when I open the&amp;nbsp;Format pane. But still, I have to change them all for the visual to work. I'm I missing anything? Please help!!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 20:58:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/328535#M9703</guid>
      <dc:creator>satishr</dc:creator>
      <dc:date>2017-12-23T20:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot generate custom visual until all format options are set</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/328808#M9717</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/50316"&gt;@satishr&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a new visual project with the latest API version, and then check "src/settings.ts" in it.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2017 09:30:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/328808#M9717</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-12-25T09:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot generate custom visual until all format options are set</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/329338#M9738</link>
      <description>&lt;P&gt;Thanks for the reply v-chuncz. Just setting the values for each format options in settings.ts doesn't work. These values should be loaded to the visual in visual.ts and I'm not able to do it.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 06:36:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/329338#M9738</guid>
      <dc:creator>satishr</dc:creator>
      <dc:date>2017-12-27T06:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot generate custom visual until all format options are set</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/329366#M9743</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/50316"&gt;@satishr&lt;/a&gt;&amp;nbsp;Could you please describe the issue a bit deeper?&lt;/P&gt;&lt;P&gt;Are you changing the color but it returns to the default? Is that correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:13:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/329366#M9743</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-12-27T07:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot generate custom visual until all format options are set</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/329538#M9748</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;&amp;nbsp;I found the solution for the initial problem. I used&amp;nbsp;if (options.dataViews[0].metadata.objects) check and it works fine now. I have a new issue. There is a "Revert to default" button in the format options. How to get make it work?&amp;nbsp;&lt;BR /&gt;Note: I'm not using settings.ts. I'm initializing all the format options values in the constructor in visual.ts and assigning them in&amp;nbsp;the enumerateObjectInstances function.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 13:18:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/329538#M9748</guid>
      <dc:creator>satishr</dc:creator>
      <dc:date>2017-12-27T13:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot generate custom visual until all format options are set</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/329869#M9766</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/50316"&gt;@satishr&lt;/a&gt;&amp;nbsp;You can find the solution at &lt;A href="https://community.powerbi.com/t5/Developer/Revert-to-default-option-doesn-t-work-in-my-custom-visual/m-p/329833/highlight/false#M9758" target="_blank"&gt;this topic&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 07:52:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cannot-generate-custom-visual-until-all-format-options-are-set/m-p/329869#M9766</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-12-28T07:52:36Z</dc:date>
    </item>
  </channel>
</rss>

