<?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: combo box with dynamic value in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/782903#M20614</link>
    <description>&lt;P&gt;it is about pbiviz version?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2019 02:13:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-09-04T02:13:23Z</dc:date>
    <item>
      <title>combo box with dynamic value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/781220#M20581</link>
      <description>&lt;P&gt;Hi community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;onyone ever make dynamic combo box with value from Columns/Values fields?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;like in matrix visual, we can define background and foreground color from format panel&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matrix-01.PNG" style="width: 719px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/189254i68A485FE5C235829/image-size/large?v=v2&amp;amp;px=999" role="button" title="matrix-01.PNG" alt="matrix-01.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matrix-02.PNG" style="width: 181px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/189257iF23C3167BCFAA6A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="matrix-02.PNG" alt="matrix-02.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i see&amp;nbsp;&lt;A href="https://github.com/microsoft/PowerBI-visuals-PowerKPIMatrix" target="_self"&gt;PowerKPIMatrix&lt;/A&gt; already do this, but when I read the code they only put the options at&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VisualObjectInstanceEnumerationObject.container then the format panel make the combo box, but how?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;container&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 08:50:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/781220#M20581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-02T08:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: combo box with dynamic value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/781366#M20585</link>
      <description>&lt;P&gt;I can show the combo box now, and store the data in metadata columns, but the option show empty string&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;            let containerIdx = model.enumerationObject.containers.push({displayName})-1;

            model.enumerationObject.instances.push({
                containerIdx,
                objectName: model.objectName,
                properties: {
                    isMask: this.getValue&amp;lt;boolean&amp;gt;(currentColumn.objects, model.objectName, "isMask", false),
                    background: this.getValue&amp;lt;string&amp;gt;(currentColumn.objects, model.objectName, "background", "#FFFFFF")
                },
                selector: { metadata: currentColumn.queryName }
            });&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matrix-03.PNG" style="width: 178px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/189306iF485247C25582F45/image-size/large?v=v2&amp;amp;px=999" role="button" title="matrix-03.PNG" alt="matrix-03.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this happen to with&amp;nbsp;&lt;A href="https://github.com/microsoft/PowerBI-visuals-PowerKPIMatrix" target="_self"&gt;PowerKPIMatrix&lt;/A&gt;&amp;nbsp;too, i thing something new with update and make the option did't show the text&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 11:21:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/781366#M20585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-02T11:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: combo box with dynamic value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/782903#M20614</link>
      <description>&lt;P&gt;it is about pbiviz version?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 02:13:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/782903#M20614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-04T02:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: combo box with dynamic value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/784178#M20640</link>
      <description>&lt;P&gt;no one got same issue with me? about blank string with combo box&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 04:58:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/784178#M20640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-05T04:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: combo box with dynamic value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/786564#M20685</link>
      <description>&lt;P&gt;any idea about empty combo box?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 03:10:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/786564#M20685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-09T03:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: combo box with dynamic value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/846082#M21392</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This is a known issue. It’s just a shame that MS cannot fix it&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 10:35:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/combo-box-with-dynamic-value/m-p/846082#M21392</guid>
      <dc:creator>popov</dc:creator>
      <dc:date>2019-11-14T10:35:22Z</dc:date>
    </item>
  </channel>
</rss>

