<?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: Main Table not filtering the value of the previous date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3880497#M151480</link>
    <description>&lt;P&gt;This is for debugging DAX code, not for json.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 19:11:22 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-04-30T19:11:22Z</dc:date>
    <item>
      <title>Main Table not filtering the value of the previous date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3875426#M151342</link>
      <description>&lt;P&gt;Hi team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following measure with main purpose to calculate the difference between the course of a truck the latest date and the date before. However since there are a lot of trucks I have multiple courses (headings) per day, hence I am filtering them using an id table. The measure below returns correctly the current course, however returns blank in the previous course which is the heading one day before. The Main table has a Many to one relationship to the calendar table. Any thoughts?&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, 29 Apr 2024 11:29:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3875426#M151342</guid>
      <dc:creator>Nikolas_ZN</dc:creator>
      <dc:date>2024-04-29T11:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Main Table not filtering the value of the previous date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3877025#M151381</link>
      <description>&lt;P&gt;Read about EVALUATEANDLOG, then install DAXDebugOutput and troubleshoot the individual steps.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 22:12:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3877025#M151381</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-29T22:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Main Table not filtering the value of the previous date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3877952#M151407</link>
      <description>&lt;P&gt;Thank you for your reply!! I was able to fix it by applying ALLSELECTED after the filter in the second variable. Now the new problem is that I want to show only the latest positions of the trucks on the map. For that reason I have created a filter that gives the latest calendar date based on the date number ( which is a column containing DATEDIFF function). When I select the slicer to show the latest (i.e max number) I got blank result again. Thank you in advance!!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 06:21:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3877952#M151407</guid>
      <dc:creator>Nikolas_ZN</dc:creator>
      <dc:date>2024-04-30T06:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Main Table not filtering the value of the previous date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3879222#M151435</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Read about EVALUATEANDLOG, then install DAXDebugOutput and troubleshoot the individual steps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 11:17:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3879222#M151435</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-30T11:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Main Table not filtering the value of the previous date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3880484#M151479</link>
      <description>&lt;P&gt;I cant understand how this is helpful since I am not using a json file&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 19:03:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3880484#M151479</guid>
      <dc:creator>Nikolas_ZN</dc:creator>
      <dc:date>2024-04-30T19:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Main Table not filtering the value of the previous date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3880497#M151480</link>
      <description>&lt;P&gt;This is for debugging DAX code, not for json.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 19:11:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Main-Table-not-filtering-the-value-of-the-previous-date/m-p/3880497#M151480</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-30T19:11:22Z</dc:date>
    </item>
  </channel>
</rss>

