<?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: Filling blank cells from same column values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4061971#M161237</link>
    <description>&lt;P&gt;I rechecked, the date column type is in SHORT DATE format.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 17:01:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-25T17:01:30Z</dc:date>
    <item>
      <title>Filling blank cells from same column values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4059364#M161118</link>
      <description>&lt;P&gt;Hi team, I want to create a new column with filled blank cells with minimum launching date using the launch_date columns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manisht2388_0-1721833562664.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1138130i0EAECEDD94AE89AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manisht2388_0-1721833562664.png" alt="manisht2388_0-1721833562664.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 15:06:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4059364#M161118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-24T15:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filling blank cells from same column values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4059405#M161120</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;New_Launch_Date = 
CALCULATE ( 
    MIN ( 'Table'[Launch_Date] ),
    'Table'[Launch_Date] &amp;lt;&amp;gt; "",
    ALLEXCEPT ( 'Table', 'Table'[Product_Category] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 24 Jul 2024 15:16:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4059405#M161120</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2024-07-24T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filling blank cells from same column values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4059425#M161123</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manisht2388_1-1721834807190.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1138149iEA0AEE233642F70E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manisht2388_1-1721834807190.png" alt="manisht2388_1-1721834807190.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I get this error when added the measure to the table visual&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 15:27:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4059425#M161123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-24T15:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filling blank cells from same column values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4059523#M161129</link>
      <description>&lt;P&gt;you date must be of text data type you need to change them to date data type in Power Query&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 17:11:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4059523#M161129</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2024-07-24T17:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filling blank cells from same column values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4061971#M161237</link>
      <description>&lt;P&gt;I rechecked, the date column type is in SHORT DATE format.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 17:01:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4061971#M161237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-25T17:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filling blank cells from same column values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4062360#M161259</link>
      <description>&lt;P&gt;Thanks for the reply from &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/236628"&gt;@AntrikshSharma&lt;/a&gt;&amp;nbsp;, please allow me to provide another insight:&amp;nbsp;&lt;BR /&gt;Hi&amp;nbsp; @Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the steps you can follow：&lt;/P&gt;
&lt;P&gt;1. Create calculated column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;New_Launch_Date =
MINX(
    FILTER(ALL('Table'),
    'Table'[Product_Category]=EARLIER('Table'[Product_Category])),[Launch_Date])&lt;/LI-CODE&gt;
&lt;P&gt;2. Result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyangliumsft_0-1721953978883.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1139152i42EC6458FE80969E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vyangliumsft_0-1721953978883.png" alt="vyangliumsft_0-1721953978883.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 00:33:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4062360#M161259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-26T00:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filling blank cells from same column values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4091286#M162371</link>
      <description>&lt;P&gt;I created a&amp;nbsp;New Launch Date Column =&lt;BR /&gt;IF(ISBLANK('Table'[Launch_Date]),&lt;BR /&gt;CALCULATE(MIN('Table'[Launch_Date]),&lt;BR /&gt;FILTER(ALLNOBLANKROW('Table'), 'Table'[Product_Category] = EARLIER('Table'[Product_Category] )), 'Table'[Launch_Date]))&lt;/P&gt;&lt;P&gt;This worked for me !! Thanks everyone for your time !!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 09:10:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filling-blank-cells-from-same-column-values/m-p/4091286#M162371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-09T09:10:05Z</dc:date>
    </item>
  </channel>
</rss>

