<?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 Slicer values to be use in multiple column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-values-to-be-use-in-multiple-column/m-p/1208440#M19424</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working to create slicer for multiple columns. my Slicer value are A,B &amp;amp; C. if i choose A in slicer, i wanted to display the related records to table and&amp;nbsp; stacked bar chart so on.&amp;nbsp; Instead of creating different&amp;nbsp; chart and table for inputA, InputB and InputC&amp;nbsp; I would only use one for both visualization. the values would be change based on the slicer.&lt;/P&gt;&lt;P&gt;I'm trying to use the code below and could not get the column name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure&lt;/P&gt;&lt;P&gt;Slicer DEFECT =&lt;BR /&gt;VAR selection = SELECTEDVALUE(SlicerTable[input])&lt;BR /&gt;return SWITCH(TRUE(),&lt;BR /&gt;selection = "A",[?],&lt;BR /&gt;selection = "B", [?],&lt;BR /&gt;selection = "C", [?],&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jul 2020 08:00:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-07-08T08:00:35Z</dc:date>
    <item>
      <title>Slicer values to be use in multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-values-to-be-use-in-multiple-column/m-p/1208440#M19424</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working to create slicer for multiple columns. my Slicer value are A,B &amp;amp; C. if i choose A in slicer, i wanted to display the related records to table and&amp;nbsp; stacked bar chart so on.&amp;nbsp; Instead of creating different&amp;nbsp; chart and table for inputA, InputB and InputC&amp;nbsp; I would only use one for both visualization. the values would be change based on the slicer.&lt;/P&gt;&lt;P&gt;I'm trying to use the code below and could not get the column name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure&lt;/P&gt;&lt;P&gt;Slicer DEFECT =&lt;BR /&gt;VAR selection = SELECTEDVALUE(SlicerTable[input])&lt;BR /&gt;return SWITCH(TRUE(),&lt;BR /&gt;selection = "A",[?],&lt;BR /&gt;selection = "B", [?],&lt;BR /&gt;selection = "C", [?],&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 08:00:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-values-to-be-use-in-multiple-column/m-p/1208440#M19424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-08T08:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer values to be use in multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-values-to-be-use-in-multiple-column/m-p/1209261#M19443</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use bookmarks instead of using slicer in this case. by changing column for each bookmark you can arrive this easily.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate a Kudos! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;If this helps and resolves the issue, please mark it as a Solution! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;N V Durga Prasad&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 13:29:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-values-to-be-use-in-multiple-column/m-p/1209261#M19443</guid>
      <dc:creator>nvprasad</dc:creator>
      <dc:date>2020-07-08T13:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer values to be use in multiple column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-values-to-be-use-in-multiple-column/m-p/1210364#M19479</link>
      <description>&lt;P&gt;Thank you for the suggestion. do I need to create 5 separate pages to determine those particular input. So, i can use slicer or button to dsplay the page. This is what you mean? How can i change the column?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 01:26:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-values-to-be-use-in-multiple-column/m-p/1210364#M19479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-09T01:26:22Z</dc:date>
    </item>
  </channel>
</rss>

