<?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: How to pass filter value into a variable? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-filter-value-into-a-variable/m-p/3731898#M145434</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="430689" data-lia-user-login="vicky_" class="lia-mention lia-mention-user"&gt;vicky_&lt;/a&gt;&amp;nbsp; Thank you so much for your help.&lt;/P&gt;&lt;P&gt;I am getting this error:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I was modifying code here:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 00:28:58 GMT</pubDate>
    <dc:creator>JustinDoh1</dc:creator>
    <dc:date>2024-02-29T00:28:58Z</dc:date>
    <item>
      <title>How to pass filter value into a variable?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-filter-value-into-a-variable/m-p/3728878#M145288</link>
      <description>&lt;P&gt;I have using measure that has all static value for filter values (in this case: FacilityCode).&lt;/P&gt;&lt;P&gt;Bottom is just one example of a measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I came across the point, this approach is not possible because I need to use Filter/Slicer to put the value here using Variable possibly (yellow area) - dynamic approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I go about doing it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I create another measure for the value of Filter and plug here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 00:09:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-filter-value-into-a-variable/m-p/3728878#M145288</guid>
      <dc:creator>JustinDoh1</dc:creator>
      <dc:date>2024-02-28T00:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass filter value into a variable?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-filter-value-into-a-variable/m-p/3729211#M145301</link>
      <description>&lt;P&gt;read about VALUES() and about FILTERS()&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 02:55:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-filter-value-into-a-variable/m-p/3729211#M145301</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-28T02:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass filter value into a variable?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-filter-value-into-a-variable/m-p/3729279#M145305</link>
      <description>&lt;P&gt;replace the yellow part with VALUES(SlicerTable[SlicerField])&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 03:18:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-filter-value-into-a-variable/m-p/3729279#M145305</guid>
      <dc:creator>vicky_</dc:creator>
      <dc:date>2024-02-28T03:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass filter value into a variable?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-filter-value-into-a-variable/m-p/3731898#M145434</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="430689" data-lia-user-login="vicky_" class="lia-mention lia-mention-user"&gt;vicky_&lt;/a&gt;&amp;nbsp; Thank you so much for your help.&lt;/P&gt;&lt;P&gt;I am getting this error:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I was modifying code here:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 00:28:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-filter-value-into-a-variable/m-p/3731898#M145434</guid>
      <dc:creator>JustinDoh1</dc:creator>
      <dc:date>2024-02-29T00:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass filter value into a variable?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-filter-value-into-a-variable/m-p/3731913#M145436</link>
      <description>&lt;P&gt;remove the curly brackets&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 00:38:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-filter-value-into-a-variable/m-p/3731913#M145436</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-29T00:38:45Z</dc:date>
    </item>
  </channel>
</rss>

