<?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 Multiple OR functions as a measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-OR-functions-as-a-measure/m-p/3224296#M118008</link>
    <description>&lt;P&gt;I have a table with 3 categories. Depending on the the first category (C1 - C35), the others require different data. Example&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C1 requires all three levels&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C2 requires only one level&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C3 requires no additional level&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/P&gt;&lt;P&gt;I do not have acces to the Power SQL table, consequently I need to to this as a DAX measure. OR function is limited to only two parameters, but in my case, I would need at least 3 OR queries,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me, what to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2023 05:56:27 GMT</pubDate>
    <dc:creator>Godi</dc:creator>
    <dc:date>2023-05-08T05:56:27Z</dc:date>
    <item>
      <title>Multiple OR functions as a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-OR-functions-as-a-measure/m-p/3224296#M118008</link>
      <description>&lt;P&gt;I have a table with 3 categories. Depending on the the first category (C1 - C35), the others require different data. Example&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C1 requires all three levels&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C2 requires only one level&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C3 requires no additional level&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/P&gt;&lt;P&gt;I do not have acces to the Power SQL table, consequently I need to to this as a DAX measure. OR function is limited to only two parameters, but in my case, I would need at least 3 OR queries,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me, what to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 05:56:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-OR-functions-as-a-measure/m-p/3224296#M118008</guid>
      <dc:creator>Godi</dc:creator>
      <dc:date>2023-05-08T05:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple OR functions as a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-OR-functions-as-a-measure/m-p/3224332#M118011</link>
      <description>&lt;P&gt;hello you can put an or inside an or for example&lt;BR /&gt;&lt;BR /&gt;OR(first condition,&lt;BR /&gt;OR(Second&amp;nbsp; Condition,&lt;BR /&gt;OR(third Condition,&lt;BR /&gt;Fourth condition&lt;BR /&gt;&amp;nbsp; &amp;nbsp; )&lt;BR /&gt;&amp;nbsp; &amp;nbsp;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 06:22:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-OR-functions-as-a-measure/m-p/3224332#M118011</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-05-08T06:22:10Z</dc:date>
    </item>
  </channel>
</rss>

