<?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: Slicer and Visual interaction help in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Slicer-and-Visual-interaction-help/m-p/3737105#M9044</link>
    <description>&lt;P&gt;&amp;nbsp;Does your data model look like this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lbendlin_0-1709326926849.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1052750i546A17FE546BC4E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lbendlin_0-1709326926849.png" alt="lbendlin_0-1709326926849.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Your sample data and your expected outcome don't seem to match.&amp;nbsp;Please provide sample data &lt;STRONG&gt;that fully covers your issue&lt;/STRONG&gt;.&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2024 21:03:00 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-03-01T21:03:00Z</dc:date>
    <item>
      <title>Slicer and Visual interaction help</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Slicer-and-Visual-interaction-help/m-p/3734067#M9034</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to show product crossover as a visual, let's say a funnel, which will show me the product with the highest crossover with the one I've selected at the top, down to the lowest at the bottom. I'm having trouble using slicers to get the funnel to show this correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example data - first 2 columns are an example of the data I'm providing, others show table form of how to present it (product crossover % is how the funnel should show).&lt;/P&gt;&lt;P&gt;I'm looking at the product APPLES and seeing what other products, the customers who purchased apples also purchased.&amp;nbsp; All of them purchased Oranges, 50% of them purchased bananas, 25% of them purchased pears and plums.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Customer ID&lt;/TD&gt;&lt;TD&gt;Product&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;CUSTOMER DISTINCT COUNT&lt;/TD&gt;&lt;TD&gt;PRODUCT CROSSOVER&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;APPLES&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;APPLES&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;APPLES&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;ORANGES&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;APPLES&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;BANANAS&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;APPLES&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;PEARS&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;25%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;BANANAS&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;PLUMS&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;25%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;BANANAS&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;PEARS&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;PLUMS&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;ORANGES&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;ORANGES&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;ORANGES&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;ORANGES&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to filter the visual by the customers who purchased product name APPLES. But still show all the other products.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- When I have a funnel visual with product name (category) and distinct customer ID count (values) it shows number of customers per product for my whole database as expected&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="No slicer filter selected" style="width: 893px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1051944i04DFA512C49CA8A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="NO FILTERS.png" alt="No slicer filter selected" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;No slicer filter selected&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- When I add in a slicer for product name, the funnel only shows the customer count for that one product&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="product filter.png" style="width: 894px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1051951i8DC8E42E7E8D1C88/image-size/large?v=v2&amp;amp;px=999" role="button" title="product filter.png" alt="product filter.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I added in another slicer for customer ID and have all selected, with a card to show customer count, this changes as I select product.&lt;/P&gt;&lt;P&gt;- I have edited interactions so the product name slicer does not filter the funnel visual, but the customer ID slicer does - in theory I hoped this would mean the funnel would only show products for the customer ID's in the second slicer. It doesn't, it remains as the whole database.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PRODUCT FILTER ON.png" style="width: 891px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1051953i9A1F6FC5CE6627A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="PRODUCT FILTER ON.png" alt="PRODUCT FILTER ON.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- If I use the customer ID slicer to multiple select customers, it does what I want it to do. But I want to do that by product not by customer ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CUSTOMER FILTER ON.png" style="width: 892px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1051954iE8ECA417CE66F8AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="CUSTOMER FILTER ON.png" alt="CUSTOMER FILTER ON.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need the product slicer to power the customer slicer, which then powers the visual... but still shows non-filtered products?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 15:56:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Slicer-and-Visual-interaction-help/m-p/3734067#M9034</guid>
      <dc:creator>TheShowMustGoOn</dc:creator>
      <dc:date>2024-02-29T15:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer and Visual interaction help</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Slicer-and-Visual-interaction-help/m-p/3737105#M9044</link>
      <description>&lt;P&gt;&amp;nbsp;Does your data model look like this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lbendlin_0-1709326926849.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1052750i546A17FE546BC4E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lbendlin_0-1709326926849.png" alt="lbendlin_0-1709326926849.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Your sample data and your expected outcome don't seem to match.&amp;nbsp;Please provide sample data &lt;STRONG&gt;that fully covers your issue&lt;/STRONG&gt;.&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 21:03:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Slicer-and-Visual-interaction-help/m-p/3737105#M9044</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-01T21:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer and Visual interaction help</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Slicer-and-Visual-interaction-help/m-p/3739546#M9057</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Customers and products are in the same table in my example, 2 columns. So no relationships etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="model.png" style="width: 294px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1053475i7123D6FEE400A81B/image-size/large?v=v2&amp;amp;px=999" role="button" title="model.png" alt="model.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="model.png" style="width: 182px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1053477i229B62CDD40BAC94/image-size/large?v=v2&amp;amp;px=999" role="button" title="model.png" alt="model.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 09:22:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Slicer-and-Visual-interaction-help/m-p/3739546#M9057</guid>
      <dc:creator>TheShowMustGoOn</dc:creator>
      <dc:date>2024-03-04T09:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer and Visual interaction help</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Slicer-and-Visual-interaction-help/m-p/3740136#M9059</link>
      <description>&lt;P&gt;Invest in a data model. Won't work with a single table.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 13:11:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Slicer-and-Visual-interaction-help/m-p/3740136#M9059</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-04T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer and Visual interaction help</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Slicer-and-Visual-interaction-help/m-p/3774756#M9305</link>
      <description>&lt;P&gt;Thank you. I'm learning as I go along so I appreciate your help. This now works as I wanted it to.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 10:17:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Slicer-and-Visual-interaction-help/m-p/3774756#M9305</guid>
      <dc:creator>TheShowMustGoOn</dc:creator>
      <dc:date>2024-03-19T10:17:43Z</dc:date>
    </item>
  </channel>
</rss>

