<?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: Selection for table in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Selection-for-table/m-p/65263#M2074</link>
    <description>&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/11389" target="_self"&gt;Sam&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to use that code. But in &lt;A href="https://github.com/Microsoft/PowerBI-visuals" target="_self"&gt;Power BI visuals CLI tool&lt;/A&gt; there's no objects, used in HierarchySlicer: utility.SelectionManager, ITreeView, IInteractiveBehavior, ISelectionHandler, etc. Apparently that visual was developed by the web tool. And this is another one problem: code for web-tool is different from that is described in &lt;A href="https://github.com/Microsoft/PowerBI-visuals" target="_self"&gt;Power BI visuals CLI tool&lt;/A&gt;. Considering web-tool now is not recommended and not supported, code for it doesn't make sense.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2016 06:40:36 GMT</pubDate>
    <dc:creator>gendalf7771</dc:creator>
    <dc:date>2016-09-05T06:40:36Z</dc:date>
    <item>
      <title>Selection for table</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Selection-for-table/m-p/64515#M2041</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I have a two related columns (string type). It can be represented so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Col1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Col2&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;aa&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;ab&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;ba&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;bb&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;bc&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;ca&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to create a visual with dropdown menu, which will contains values from both columns, but only second column's values are selectable, like so:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#999999"&gt;A&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;aa&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ab&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#999999"&gt;B&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ba&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;bb&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;bc&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#999999"&gt;C&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ca&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is, I select unique Col2 value and other visuals get filtered. I've made this menu with such table mapping:&lt;/P&gt;&lt;PRE&gt;"table": {
  "rows": {
    "select": [{"for": {"in": "col1"}},{"for": {"in": "col2"}}]
  }
}&lt;/PRE&gt;&lt;P&gt;And now I'm stuck in interaction with other visuals because &lt;A href="https://github.com/Microsoft/PowerBI-visuals/blob/master/Visual/Selection.md" target="_blank"&gt;selections&lt;/A&gt; can be apply only for categorical view. Is there a way to use selections in my visual or I need to go to other data mapping? I just want to click one unique value and filter other visuals. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S.: don't offer me to use visual gallery examples.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 10:32:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Selection-for-table/m-p/64515#M2041</guid>
      <dc:creator>gendalf7771</dc:creator>
      <dc:date>2016-09-01T10:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selection for table</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Selection-for-table/m-p/65230#M2068</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/13453"&gt;@gendalf7771﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the&amp;nbsp;&lt;A href="https://app.powerbi.com/visuals/show/HierarchySlicer1458836712039" target="_self"&gt;HierarchySlicer&lt;/A&gt; provides &lt;SPAN&gt;similar&lt;/SPAN&gt; &lt;SPAN class="highLight"&gt;functionality, you could&amp;nbsp;download it and try to view its source code.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 03:00:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Selection-for-table/m-p/65230#M2068</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-09-05T03:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selection for table</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Selection-for-table/m-p/65263#M2074</link>
      <description>&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/11389" target="_self"&gt;Sam&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to use that code. But in &lt;A href="https://github.com/Microsoft/PowerBI-visuals" target="_self"&gt;Power BI visuals CLI tool&lt;/A&gt; there's no objects, used in HierarchySlicer: utility.SelectionManager, ITreeView, IInteractiveBehavior, ISelectionHandler, etc. Apparently that visual was developed by the web tool. And this is another one problem: code for web-tool is different from that is described in &lt;A href="https://github.com/Microsoft/PowerBI-visuals" target="_self"&gt;Power BI visuals CLI tool&lt;/A&gt;. Considering web-tool now is not recommended and not supported, code for it doesn't make sense.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 06:40:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Selection-for-table/m-p/65263#M2074</guid>
      <dc:creator>gendalf7771</dc:creator>
      <dc:date>2016-09-05T06:40:36Z</dc:date>
    </item>
  </channel>
</rss>

