<?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: Different behaviour of Custom Visual in power BI Service and Desktop in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Different-behaviour-of-Custom-Visual-in-power-BI-Service-and/m-p/198415#M159</link>
    <description>&lt;P&gt;Topic looks like duplicate of &lt;A href="https://community.powerbi.com/t5/Custom-Visuals-Development/Different-Behaviour-of-Custom-Visual-in-Power-BI-Service-and/m-p/197517#M151" target="_blank"&gt;this topic&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Please take a look at that topic to find out more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ignat Vilesov&lt;/STRONG&gt;,&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;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2017 12:05:40 GMT</pubDate>
    <dc:creator>v-viig</dc:creator>
    <dc:date>2017-06-21T12:05:40Z</dc:date>
    <item>
      <title>Different behaviour of Custom Visual in power BI Service and Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Different-behaviour-of-Custom-Visual-in-power-BI-Service-and/m-p/197463#M149</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to develop custom table visual. my input dataset looks like this -:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hours&lt;/TD&gt;&lt;TD&gt;header1&lt;/TD&gt;&lt;TD&gt;header2&lt;/TD&gt;&lt;TD&gt;header3&lt;/TD&gt;&lt;TD&gt;header4&lt;/TD&gt;&lt;TD&gt;header5&lt;/TD&gt;&lt;TD&gt;header6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8:00 AM&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;$0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0%&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8:00 AM&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;$2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0%&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9:00 AM&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;$1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1%&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to add the symbols i.e. $ and % at last while printing the particular element of column "header3" and "header5" (prefixing or suffixing the symbol before/after data), &amp;nbsp;based on the format these columns are giving in options.dataview&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;format for % is-: "0%"&lt;/P&gt;&lt;P&gt;format for $ is-: ""$"#,##0;\("$"#,##0\)" &amp;nbsp;(idk, looks like regular exp)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So trying to prefix and suffix the symbol based on diff. conditions.&lt;/P&gt;&lt;P&gt;Working in PowerBI service nicely but when i am paackaging it and running in Power BI Desktop, It is appending $ sign with each cell's element in table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pbi.PNG" style="width: 502px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/46581i0138F29F5FB8B5B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pbi.PNG" alt="pbi.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if, format is getting changed for table columns in dekstop version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A helping hand is appreciated.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:43:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Different-behaviour-of-Custom-Visual-in-power-BI-Service-and/m-p/197463#M149</guid>
      <dc:creator>v-mubish</dc:creator>
      <dc:date>2017-06-20T10:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Different behaviour of Custom Visual in power BI Service and Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Different-behaviour-of-Custom-Visual-in-power-BI-Service-and/m-p/198415#M159</link>
      <description>&lt;P&gt;Topic looks like duplicate of &lt;A href="https://community.powerbi.com/t5/Custom-Visuals-Development/Different-Behaviour-of-Custom-Visual-in-Power-BI-Service-and/m-p/197517#M151" target="_blank"&gt;this topic&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Please take a look at that topic to find out more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ignat Vilesov&lt;/STRONG&gt;,&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;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 12:05:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Different-behaviour-of-Custom-Visual-in-power-BI-Service-and/m-p/198415#M159</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-06-21T12:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Different behaviour of Custom Visual in power BI Service and Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Different-behaviour-of-Custom-Visual-in-power-BI-Service-and/m-p/198418#M160</link>
      <description>&lt;P&gt;Sorry, Ignore this one.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 09:48:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Different-behaviour-of-Custom-Visual-in-power-BI-Service-and/m-p/198418#M160</guid>
      <dc:creator>v-mubish</dc:creator>
      <dc:date>2017-06-29T09:48:53Z</dc:date>
    </item>
  </channel>
</rss>

