<?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 in measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/in-measures/m-p/2892770#M93940</link>
    <description>&lt;P&gt;fgf&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2022 04:11:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-09T04:11:32Z</dc:date>
    <item>
      <title>in measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/in-measures/m-p/2892770#M93940</link>
      <description>&lt;P&gt;fgf&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 04:11:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/in-measures/m-p/2892770#M93940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-09T04:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: in measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/in-measures/m-p/2892862#M93947</link>
      <description>&lt;P&gt;hello&amp;nbsp; Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;please try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure = 
VAR selected = SELECTEDVALUE(Table1[Nationality ])
return
IF( selected &amp;lt;&amp;gt; "Italy" &amp;amp;&amp;amp; MAX(Table1[Years]) &amp;lt; 3,SUM(Table1[Salary])/24,IF(selected &amp;lt;&amp;gt; "Italy",SUM(Table1[Salary])/12,0))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 16:11:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/in-measures/m-p/2892862#M93947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-08T16:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: in measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/in-measures/m-p/2892969#M93953</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Hope attached file satisfies your requirement&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Insurance = 
SUMX ( 
    FILTER ( 
        'Table', 
        'Table'[Nationality ] = "Non-Italy"
    ),
    IF (
        'Table'[Years] &amp;lt; 3, 
        'Table'[Salary] / 24,
        'Table'[Salary] / 12
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 16:34:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/in-measures/m-p/2892969#M93953</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-11-08T16:34:20Z</dc:date>
    </item>
  </channel>
</rss>

