<?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 How to filter a data set by a measure output using DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-filter-a-data-set-by-a-measure-output-using-DAX/m-p/3685746#M143193</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have this data modal implemented so far.&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;I need to have two drop downs where selection of one drop down shortens the second drop down values. One I select a project name from the second dropdown it need to figure out the Version number of the latest release of the selected project. I could get it work up to this point by adding two slicers and below measure.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;Latest Release Name = CALCULATE(MAX(test_execution_summary[Version]), FILTER(test_execution_summary, test_execution_summary[Executed On] = MAX(test_execution_summary[Executed On]))) ​&lt;/PRE&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;P&gt;Rest of the calculations are based on the records filtered with this latest release name. If I can get some help to decide what should I do next in order to filter my data set based on the slicer value selection and this latest release value filtered, it would be a great help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am totally&amp;nbsp;new to Power BI and still trying to get my head wrapped around how things work.&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2024 12:46:26 GMT</pubDate>
    <dc:creator>udani969</dc:creator>
    <dc:date>2024-02-07T12:46:26Z</dc:date>
    <item>
      <title>How to filter a data set by a measure output using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-filter-a-data-set-by-a-measure-output-using-DAX/m-p/3685746#M143193</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have this data modal implemented so far.&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;I need to have two drop downs where selection of one drop down shortens the second drop down values. One I select a project name from the second dropdown it need to figure out the Version number of the latest release of the selected project. I could get it work up to this point by adding two slicers and below measure.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;Latest Release Name = CALCULATE(MAX(test_execution_summary[Version]), FILTER(test_execution_summary, test_execution_summary[Executed On] = MAX(test_execution_summary[Executed On]))) ​&lt;/PRE&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;P&gt;Rest of the calculations are based on the records filtered with this latest release name. If I can get some help to decide what should I do next in order to filter my data set based on the slicer value selection and this latest release value filtered, it would be a great help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am totally&amp;nbsp;new to Power BI and still trying to get my head wrapped around how things work.&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 12:46:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-filter-a-data-set-by-a-measure-output-using-DAX/m-p/3685746#M143193</guid>
      <dc:creator>udani969</dc:creator>
      <dc:date>2024-02-07T12:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter a data set by a measure output using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-filter-a-data-set-by-a-measure-output-using-DAX/m-p/3686894#M143219</link>
      <description>&lt;LI-CODE lang="markup"&gt;I need to have two drop downs where selection of one drop down shortens the second drop down values&lt;/LI-CODE&gt;
&lt;P&gt;That is a job for your data model. The first slicer must be fed by a column in the same table as the second slicer, or a column in a parent table.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 23:31:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-filter-a-data-set-by-a-measure-output-using-DAX/m-p/3686894#M143219</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-07T23:31:08Z</dc:date>
    </item>
  </channel>
</rss>

