<?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: help with the dax expression to calculate depending on dim value ? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-the-dax-expression-to-calculate-depending-on-dim-value/m-p/3772612#M147410</link>
    <description>&lt;P&gt;getting an error. what can be the reason ?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2024 21:04:47 GMT</pubDate>
    <dc:creator>ashmitp869</dc:creator>
    <dc:date>2024-03-18T21:04:47Z</dc:date>
    <item>
      <title>help with the dax expression to calculate depending on dim value ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-the-dax-expression-to-calculate-depending-on-dim-value/m-p/3770016#M147236</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;How can I achieve&lt;/P&gt;&lt;P&gt;when [Service Group Level 0] is "REVENUE" then [Actual Amount]&amp;nbsp;&lt;/P&gt;&lt;P&gt;when&amp;nbsp; [Service Group Level 0] is "COSTS + OVERHEADS" then [Cost Amount]&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 04:35:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-the-dax-expression-to-calculate-depending-on-dim-value/m-p/3770016#M147236</guid>
      <dc:creator>ashmitp869</dc:creator>
      <dc:date>2024-03-18T04:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: help with the dax expression to calculate depending on dim value ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-the-dax-expression-to-calculate-depending-on-dim-value/m-p/3772358#M147392</link>
      <description>&lt;P&gt;You can use nested IFs, or the syntax sugar version SWITCH.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result = SWITCH([Service Group Level 0],"REVENUE",[Actual Amount],"COSTS + OVERHEADS",[Cost Amount])&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 18:09:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-the-dax-expression-to-calculate-depending-on-dim-value/m-p/3772358#M147392</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-18T18:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: help with the dax expression to calculate depending on dim value ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-the-dax-expression-to-calculate-depending-on-dim-value/m-p/3772612#M147410</link>
      <description>&lt;P&gt;getting an error. what can be the reason ?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 21:04:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-the-dax-expression-to-calculate-depending-on-dim-value/m-p/3772612#M147410</guid>
      <dc:creator>ashmitp869</dc:creator>
      <dc:date>2024-03-18T21:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: help with the dax expression to calculate depending on dim value ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-the-dax-expression-to-calculate-depending-on-dim-value/m-p/3772617#M147411</link>
      <description>&lt;P&gt;a measure needs an aggregation.&amp;nbsp; use MAX(&lt;SPAN&gt;[Service Group Level 0])&amp;nbsp; , for example.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 21:08:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/help-with-the-dax-expression-to-calculate-depending-on-dim-value/m-p/3772617#M147411</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-18T21:08:09Z</dc:date>
    </item>
  </channel>
</rss>

