<?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: Get the equivalent value in another column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-equivalent-value-in-another-column/m-p/2873726#M92821</link>
    <description>&lt;P&gt;I had to modify the DAX a bit but it is essentially what I needed, thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2022 04:11:13 GMT</pubDate>
    <dc:creator>aolan</dc:creator>
    <dc:date>2022-10-31T04:11:13Z</dc:date>
    <item>
      <title>Get the equivalent value in another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-equivalent-value-in-another-column/m-p/2832299#M90258</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with a list of scores and their corresponding percentage. I want to get the score that corresponds to [at least] 80%. For example, since there is no score that is exactly 80%, the next value is 85.24% - I'm trying to figure out a DAX query to say... "get the first value of the score if the percentage is &amp;gt;= 80%". The return value should be 16.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 23:41:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-equivalent-value-in-another-column/m-p/2832299#M90258</guid>
      <dc:creator>aolan</dc:creator>
      <dc:date>2022-10-10T23:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get the equivalent value in another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-equivalent-value-in-another-column/m-p/2832383#M90262</link>
      <description>&lt;P class="lia-align-justify"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="453884" data-lia-user-login="aolan" class="lia-mention lia-mention-user"&gt;aolan&lt;/a&gt;,&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Use this DAX Code:&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;Measure = CALCULATE(MIN('Table'[Value]),FILTER('Table','Table'[Score]&amp;gt;80))&lt;/LI-CODE&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Result:&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&lt;img /&gt;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&lt;EM&gt;Works for you? Mark this post as a solution if it does!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 01:19:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-equivalent-value-in-another-column/m-p/2832383#M90262</guid>
      <dc:creator>Shaurya</dc:creator>
      <dc:date>2022-10-11T01:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get the equivalent value in another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-equivalent-value-in-another-column/m-p/2873726#M92821</link>
      <description>&lt;P&gt;I had to modify the DAX a bit but it is essentially what I needed, thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 04:11:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-equivalent-value-in-another-column/m-p/2873726#M92821</guid>
      <dc:creator>aolan</dc:creator>
      <dc:date>2022-10-31T04:11:13Z</dc:date>
    </item>
  </channel>
</rss>

