<?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: Impacting related slicers with DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Impacting-related-slicers-with-DAX/m-p/3743562#M145989</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp; Select the slicer that has the Location Column added and drag the measure to Filter on this visual section in the filter pane as shown below,&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 15:08:12 GMT</pubDate>
    <dc:creator>SivaMani</dc:creator>
    <dc:date>2024-03-05T15:08:12Z</dc:date>
    <item>
      <title>Impacting related slicers with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Impacting-related-slicers-with-DAX/m-p/3740648#M145858</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have following data model (fixed, cannot used both direction filters that solves my issue )&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And my goal is to create report with 2 slicers (date and location) with condition that one slicer will involve second one (keep condition that current data model fix)&lt;/P&gt;&lt;P&gt;so if I will choose range of values, then range of location will be also changes (based on the date range)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to put DAX field into location slicer, but it doesnt help, my guess was something like that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SlicerDate =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATETABLE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Location&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;USERELATIONSHIP&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sales&lt;/SPAN&gt;&lt;SPAN&gt;[ID_Date]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Date'&lt;/SPAN&gt;&lt;SPAN&gt;[ID]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;but getting error "The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value." &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;so may 2 questions&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1) is it possible calculate dax measure and then assign it for slicer ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2) If yes, what s the correct formula ? If no why I got this error it weird when calculatetable doesn t return table &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;thanks !!!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Mar 2024 17:00:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Impacting-related-slicers-with-DAX/m-p/3740648#M145858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-04T17:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Impacting related slicers with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Impacting-related-slicers-with-DAX/m-p/3741047#M145892</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, If I understand correctly, you wanted to have your slicers interact with each other. Slicers won't support measures. But I have a workaround,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a measure,&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;IsLocationHasSales = CALCULATE(COUNT(Sales[ID_Location]),CROSSFILTER(Sales[ID_Location],Location[ID_Location],Both))&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;Add this measure as a visual filter to Location Slicer and filter &amp;gt;= 1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 21:46:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Impacting-related-slicers-with-DAX/m-p/3741047#M145892</guid>
      <dc:creator>SivaMani</dc:creator>
      <dc:date>2024-03-04T21:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Impacting related slicers with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Impacting-related-slicers-with-DAX/m-p/3743298#M145982</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="23457" data-lia-user-login="SivaMani" class="lia-mention lia-mention-user"&gt;SivaMani&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunatelly it doesn t work, I create measure as you mention,&lt;/P&gt;&lt;P&gt;but I don t understand what you mean by "Add this measure as a visual filter to Location Slicer" you wrote that slicers doesn t support measures therefore I dont t know where to assign it, for filter I set up it correctly&lt;/P&gt;&lt;P&gt;thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 13:51:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Impacting-related-slicers-with-DAX/m-p/3743298#M145982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-05T13:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Impacting related slicers with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Impacting-related-slicers-with-DAX/m-p/3743562#M145989</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp; Select the slicer that has the Location Column added and drag the measure to Filter on this visual section in the filter pane as shown below,&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 15:08:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Impacting-related-slicers-with-DAX/m-p/3743562#M145989</guid>
      <dc:creator>SivaMani</dc:creator>
      <dc:date>2024-03-05T15:08:12Z</dc:date>
    </item>
  </channel>
</rss>

