<?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: Values if an other value is not blank in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4032136#M159482</link>
    <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on my testing, please &lt;SPAN&gt;try the following methods:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.Create the &lt;/SPAN&gt;&lt;SPAN&gt;sample table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.Create the new measure to &lt;/SPAN&gt;&lt;SPAN&gt;filter no values.&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sold no values = IF(VALUES('Table'[Sold]) &amp;lt;&amp;gt; BLANK(), 1, 0)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;3.&lt;/SPAN&gt;&lt;SPAN&gt;Drag the measure to the Filters pane and set show items is 1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4.&lt;/SPAN&gt;&lt;SPAN&gt;The result is shown below.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wisdom Wu&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2024 08:46:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-09T08:46:42Z</dc:date>
    <item>
      <title>Values if an other value is not blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4029960#M159320</link>
      <description>&lt;P&gt;Hi, I have a problem.&lt;BR /&gt;I want to delete SqMeters values when Sold has no values.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What i want:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have tried different measures but if I try to write:&lt;BR /&gt;&lt;EM&gt;IF([Sold], sum[SqMeters])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sold/Sqm =&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;CALCULATE(&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;sum([SqMeters],&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FILTER ( VALUES ( Table[Store] ), [Sold] &amp;lt;&amp;gt; BLANK () )&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;these measures always return me an error where it tells me that the memory required for this calculation exceeds the available memory or a generic error.&lt;/P&gt;&lt;P&gt;How could I write a measure so that the SqMeters value is removed when Sold is blank?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 10:25:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4029960#M159320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-08T10:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Values if an other value is not blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4029969#M159321</link>
      <description>&lt;P&gt;Remember to adhere to the decorum of the Community Forum when asking a question.&lt;BR /&gt;&lt;BR /&gt;Please provide your work-in-progress Power BI Desktop file (with sensitive information removed) that covers your issue or question completely in a usable format (not as a screenshot). You can upload the PBIX file to a cloud storage service such as OneDrive, Google Drive, Dropbox, or to a Github repository, and then share a file’s URL.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523/highlight/true#M607150" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523/highlight/true#M607150&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This allows members of the Forum to assess the state of the model, report layer, relationships, and any DAX applied.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 10:31:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4029969#M159321</guid>
      <dc:creator>foodd</dc:creator>
      <dc:date>2024-07-08T10:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Values if an other value is not blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4030003#M159324</link>
      <description>&lt;P&gt;Please someone can help me?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 10:49:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4030003#M159324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-08T10:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Values if an other value is not blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4032136#M159482</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on my testing, please &lt;SPAN&gt;try the following methods:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.Create the &lt;/SPAN&gt;&lt;SPAN&gt;sample table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.Create the new measure to &lt;/SPAN&gt;&lt;SPAN&gt;filter no values.&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sold no values = IF(VALUES('Table'[Sold]) &amp;lt;&amp;gt; BLANK(), 1, 0)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;3.&lt;/SPAN&gt;&lt;SPAN&gt;Drag the measure to the Filters pane and set show items is 1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4.&lt;/SPAN&gt;&lt;SPAN&gt;The result is shown below.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wisdom Wu&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 08:46:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4032136#M159482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-09T08:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Values if an other value is not blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4032169#M159485</link>
      <description>&lt;P&gt;Thank you, for your help but i want that measure works with a filter inside the measure, because i want the information in a card.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 09:28:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4032169#M159485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-09T09:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Values if an other value is not blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4035961#M159948</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please &lt;SPAN&gt;try the following methods again:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SqM = CALCULATE(SUM('Table'[SqMeters]), FILTER('Table', 'Table'[Sold] &amp;lt;&amp;gt; BLANK()))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wisdom Wu&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 07:12:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Values-if-an-other-value-is-not-blank/m-p/4035961#M159948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-06T07:12:51Z</dc:date>
    </item>
  </channel>
</rss>

