<?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: Using DAX to return a specific value when metric in another colume reached certain value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-return-a-specific-value-when-metric-in-another/m-p/3999456#M155730</link>
    <description>&lt;LI-CODE lang="markup"&gt;FirstMinimumDateTimeWherePercentageIsOneOrMore = 
CALCULATE(
    MINX(
        FILTER(
            ADDCOLUMNS(
                'Table',
                "PercentageMeasure", [Percentage]
            ),
            [PercentageMeasure] &amp;gt;= 0.01
        ),
        'Table'[DateTime]
    )
)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 19 Jun 2024 05:44:18 GMT</pubDate>
    <dc:creator>aduguid</dc:creator>
    <dc:date>2024-06-19T05:44:18Z</dc:date>
    <item>
      <title>Using DAX to return a specific value when metric in another colume reached certain value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-return-a-specific-value-when-metric-in-another/m-p/3999333#M155721</link>
      <description>&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use DAX language to return the time of in the day which the total stock sold has reached or higher than stock_in (stock received) [i.e. the metric"%Sold_over_Recd" is 1 or above], in the below example, I wish to return "1:00:00PM" as the return value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would love to learn your advice on how this could be achieved with the use of the DAX language, thank you very much in advance!&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;If need any further clarification on the above question, please feel free to let me know, cheers.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 04:04:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-return-a-specific-value-when-metric-in-another/m-p/3999333#M155721</guid>
      <dc:creator>alex_yk_yeung</dc:creator>
      <dc:date>2024-06-19T04:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using DAX to return a specific value when metric in another colume reached certain value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-return-a-specific-value-when-metric-in-another/m-p/3999456#M155730</link>
      <description>&lt;LI-CODE lang="markup"&gt;FirstMinimumDateTimeWherePercentageIsOneOrMore = 
CALCULATE(
    MINX(
        FILTER(
            ADDCOLUMNS(
                'Table',
                "PercentageMeasure", [Percentage]
            ),
            [PercentageMeasure] &amp;gt;= 0.01
        ),
        'Table'[DateTime]
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 19 Jun 2024 05:44:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-return-a-specific-value-when-metric-in-another/m-p/3999456#M155730</guid>
      <dc:creator>aduguid</dc:creator>
      <dc:date>2024-06-19T05:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using DAX to return a specific value when metric in another colume reached certain value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-return-a-specific-value-when-metric-in-another/m-p/3999555#M155737</link>
      <description>&lt;P&gt;It works! Thank you very much aduguid !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I am able to identify the earliest time when stock is went out, thanks again!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 06:42:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-return-a-specific-value-when-metric-in-another/m-p/3999555#M155737</guid>
      <dc:creator>alex_yk_yeung</dc:creator>
      <dc:date>2024-06-19T06:42:28Z</dc:date>
    </item>
  </channel>
</rss>

