<?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: DAX for Filtering in an existing Measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-Filtering-in-an-existing-Measure/m-p/1820817#M38619</link>
    <description>&lt;LI-CODE lang="csharp"&gt;[Total Cost (no blank)] =
CALCULATE(
    [Total Cost],
    KEEPFILTERS( NOT ISBLANK( VirtualMachine[VMName] ) )
)&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 04 May 2021 00:21:59 GMT</pubDate>
    <dc:creator>daxer-almighty</dc:creator>
    <dc:date>2021-05-04T00:21:59Z</dc:date>
    <item>
      <title>DAX for Filtering in an existing Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-Filtering-in-an-existing-Measure/m-p/1820380#M38615</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following Measure which I use in my dashboard:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Total Cost = SUM(VirtualMachine[MemoryCharge])+SUM(VirtualMachine[vCPUCharge])+SUM('VmDrive'[StorageCharge])+SUM('VirtualMachine'[VmCharges])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I need to make one adjustment. I have another field called VMName, I need the above measure to Sum where "VMName is not blank." How would I modify the above measure to include this filtered adjustment?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 May 2021 17:48:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-Filtering-in-an-existing-Measure/m-p/1820380#M38615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-03T17:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for Filtering in an existing Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-Filtering-in-an-existing-Measure/m-p/1820817#M38619</link>
      <description>&lt;LI-CODE lang="csharp"&gt;[Total Cost (no blank)] =
CALCULATE(
    [Total Cost],
    KEEPFILTERS( NOT ISBLANK( VirtualMachine[VMName] ) )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 04 May 2021 00:21:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-Filtering-in-an-existing-Measure/m-p/1820817#M38619</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2021-05-04T00:21:59Z</dc:date>
    </item>
  </channel>
</rss>

