<?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: Fill in blanks from other rows in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743521#M84417</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;In this case we call the Date column as a filter safe column. Filter safe columns shall be added to the ALLEXCEPT argument inside CALCULATE:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Drop Measure =
CALCULATE ( 
     MAX ( TableName[drop] ), 
     ALLEXCEPT ( TableName, TableName[phone], TableName[Creation Date] ) 
)&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 02 Sep 2022 12:30:00 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-09-02T12:30:00Z</dc:date>
    <item>
      <title>Fill in blanks from other rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743318#M84392</link>
      <description>&lt;P&gt;hello community&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i have two columns the first column have the same value several times , the next column can have two values one of them is a blank i want to fill this blank with other values from other rows if exist a non blank value if no to leave it a blank as it is ,&amp;nbsp;&lt;BR /&gt;anyway to do that ?&lt;BR /&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 10:51:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743318#M84392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-02T10:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in blanks from other rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743355#M84397</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use&lt;/P&gt;
&lt;P&gt;Drop Measure =&lt;BR /&gt;&lt;STRONG&gt;CALCULATE ( MAX ( TableName[drop] ), ALLEXCEPT (&amp;nbsp;TableName,&amp;nbsp;TableName[phone] ) )&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 11:13:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743355#M84397</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-02T11:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in blanks from other rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743387#M84404</link>
      <description>&lt;P&gt;thanks tamer it worked but i still see some annomalies for example after i ordered by phone number,&lt;BR /&gt;the phone number that ends with 3392 is filled even thought there is no other match for it so it should remain blank&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 11:30:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743387#M84404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-02T11:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in blanks from other rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743420#M84407</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;That is strange. It should not happen.&amp;nbsp;&lt;BR /&gt;Both columns are from the same table? Seems to a filter context issue. Also you may check if same number exist but preceded by a space.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 11:48:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743420#M84407</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-02T11:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in blanks from other rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743492#M84415</link>
      <description>&lt;P&gt;well actually i put some filters on the previous Vizz one of them was the date for example i took the period of August and there was only one input for that phone number , but in june there was other enteries , so can i modify the formula for example to take these filters into considerations ?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 12:17:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743492#M84415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-02T12:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in blanks from other rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743521#M84417</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;In this case we call the Date column as a filter safe column. Filter safe columns shall be added to the ALLEXCEPT argument inside CALCULATE:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Drop Measure =
CALCULATE ( 
     MAX ( TableName[drop] ), 
     ALLEXCEPT ( TableName, TableName[phone], TableName[Creation Date] ) 
)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 02 Sep 2022 12:30:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743521#M84417</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-02T12:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in blanks from other rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743552#M84419</link>
      <description>&lt;P&gt;well i added two columns as filter the results now are much better , but the date filter is working by day , instead i need the filter to be by the specific month and the other campaign filter to be to specific campaigns can i modify these filters , thank you sooooo much for your patients we are almost there&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 12:43:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743552#M84419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-02T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in blanks from other rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743599#M84423</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Usually these columns ad there in the Date table. Since you don't have a date table you can add a new column to your fact table.&lt;BR /&gt;Year Month = YEAR ( [Creation Date] ) * 100 + MONTH ( [Creation Date] )&lt;/P&gt;
&lt;P&gt;Then you can add this column to ALLEXCEPT instead of the date.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 12:57:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743599#M84423</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-02T12:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in blanks from other rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743634#M84430</link>
      <description>&lt;P&gt;well that worked , thaaanks Alooooot&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 13:07:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-in-blanks-from-other-rows/m-p/2743634#M84430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-02T13:07:49Z</dc:date>
    </item>
  </channel>
</rss>

