<?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: Showing old existing/latest data until there's a new data uploaded in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094410#M162479</link>
    <description>&lt;P&gt;This is good, but the issues_progress is a text/string data type. You can fill with any text content&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2024 04:13:14 GMT</pubDate>
    <dc:creator>jdw_msft</dc:creator>
    <dc:date>2024-08-12T04:13:14Z</dc:date>
    <item>
      <title>Showing old existing/latest data until there's a new data uploaded</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094213#M162471</link>
      <description>&lt;P&gt;Hello everyone, i have problem to show any data that appeared on July 22nd and July 30th. How to add a function that can show existing data in date slicer selection (like if on July 23rd until July 29th there's no data uploaded, data from July 22nd still shown). Until new data uploaded, only latest data shown. Is there any DAX that can i implement? like creating ins_true tabe colum with TRUE/ FALSE boolean data type or anything else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: the "issue_progress" is a Text/string data type&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P class="lia-align-center"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&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>Mon, 12 Aug 2024 04:24:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094213#M162471</guid>
      <dc:creator>jdw_msft</dc:creator>
      <dc:date>2024-08-12T04:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Showing old existing/latest data until there's a new data uploaded</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094392#M162478</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;One of ways is to create a measure and put it into the visual level filter pane.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;last non blank select: = 
VAR _DateSelect =
    MAX ( 'calendar'[Date] )
VAR _lastnonblankdate =
    LASTNONBLANK (
        FILTER ( ALL ( data[upload_date] ), data[upload_date] &amp;lt;= _DateSelect ),
        MAX ( data[issues_progress] )
    )
RETURN
    INT ( MAX ( data[upload_date] ) = _lastnonblankdate )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 03:51:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094392#M162478</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2024-08-12T03:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Showing old existing/latest data until there's a new data uploaded</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094410#M162479</link>
      <description>&lt;P&gt;This is good, but the issues_progress is a text/string data type. You can fill with any text content&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 04:13:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094410#M162479</guid>
      <dc:creator>jdw_msft</dc:creator>
      <dc:date>2024-08-12T04:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Showing old existing/latest data until there's a new data uploaded</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094478#M162483</link>
      <description>&lt;P&gt;Thank you &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291628" data-lia-user-login="Jihwan_Kim" class="lia-mention lia-mention-user"&gt;Jihwan_Kim&lt;/a&gt; for the first solution, but what if the data are like this? Assuming if the data is text only&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 05:11:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094478#M162483</guid>
      <dc:creator>jdw_msft</dc:creator>
      <dc:date>2024-08-12T05:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Showing old existing/latest data until there's a new data uploaded</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094494#M162486</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sorry that I do not fully understand, but please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Mon, 12 Aug 2024 05:23:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094494#M162486</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2024-08-12T05:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Showing old existing/latest data until there's a new data uploaded</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094591#M162492</link>
      <description>&lt;P&gt;Thank you for your assistance, it works like a charm&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 06:16:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Showing-old-existing-latest-data-until-there-s-a-new-data/m-p/4094591#M162492</guid>
      <dc:creator>jdw_msft</dc:creator>
      <dc:date>2024-08-12T06:16:31Z</dc:date>
    </item>
  </channel>
</rss>

