<?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: Returning value based on multiple criteria in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Returning-value-based-on-multiple-criteria/m-p/3261723#M120657</link>
    <description>&lt;P&gt;Thank you so much for your help, much appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 11:18:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-31T11:18:38Z</dc:date>
    <item>
      <title>Returning value based on multiple criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Returning-value-based-on-multiple-criteria/m-p/3261184#M120590</link>
      <description>&lt;P&gt;Please could you kindly help, I am trying to get a column to return a number based on:&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;&lt;STRONG&gt;IF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[High Potential?] = No and blank&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Severity#] = 37&lt;/P&gt;&lt;P&gt;Return 7&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AND&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[High Potential?] = Yes&lt;/P&gt;&lt;P&gt;[Severity#] = 37&lt;/P&gt;&lt;P&gt;Return 3&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AND&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[Severity#] = any other numbers&lt;/P&gt;&lt;P&gt;Return [Severity#] value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 07:38:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Returning-value-based-on-multiple-criteria/m-p/3261184#M120590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-31T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Returning value based on multiple criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Returning-value-based-on-multiple-criteria/m-p/3261425#M120617</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Value =
IF (
    'Table'[Severity#] = 37,
    IF ( 'Table'[High Potential?] = "Yes", 3, 7 ),
    'Table'[Severity#]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 31 May 2023 09:15:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Returning-value-based-on-multiple-criteria/m-p/3261425#M120617</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-31T09:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Returning value based on multiple criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Returning-value-based-on-multiple-criteria/m-p/3261723#M120657</link>
      <description>&lt;P&gt;Thank you so much for your help, much appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 11:18:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Returning-value-based-on-multiple-criteria/m-p/3261723#M120657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-31T11:18:38Z</dc:date>
    </item>
  </channel>
</rss>

