<?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 Compare measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compare-measure/m-p/3206778#M116807</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how to solve the problem.&lt;/P&gt;&lt;P&gt;Reservations for the defined period are inflowing into the table (incrementially). I'm generating every week a file with fullfiled reservations. I want to see how many reservations were made since last file.&lt;/P&gt;&lt;P&gt;I want to compare every time how many reservations were made from the date of generated file. I can make measure "last 7 days" but when i want to see it next days 7 days will be count from today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;file 1 is generated on 1.4.2023 and has 10 rows&lt;/P&gt;&lt;P&gt;file 2 is generated on 8.04.2023 and has 20 rows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Files are written into speficic folder, then the folder goes to the Power Query. I &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;thought the generated day of the file could be helpful&amp;nbsp; but i can't solve this. thank you for your answers how could it be solved?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2023 08:22:03 GMT</pubDate>
    <dc:creator>ziomalski</dc:creator>
    <dc:date>2023-04-26T08:22:03Z</dc:date>
    <item>
      <title>Compare measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compare-measure/m-p/3206778#M116807</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how to solve the problem.&lt;/P&gt;&lt;P&gt;Reservations for the defined period are inflowing into the table (incrementially). I'm generating every week a file with fullfiled reservations. I want to see how many reservations were made since last file.&lt;/P&gt;&lt;P&gt;I want to compare every time how many reservations were made from the date of generated file. I can make measure "last 7 days" but when i want to see it next days 7 days will be count from today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;file 1 is generated on 1.4.2023 and has 10 rows&lt;/P&gt;&lt;P&gt;file 2 is generated on 8.04.2023 and has 20 rows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Files are written into speficic folder, then the folder goes to the Power Query. I &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;thought the generated day of the file could be helpful&amp;nbsp; but i can't solve this. thank you for your answers how could it be solved?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 08:22:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compare-measure/m-p/3206778#M116807</guid>
      <dc:creator>ziomalski</dc:creator>
      <dc:date>2023-04-26T08:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Compare measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compare-measure/m-p/3206863#M116817</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="551669" data-lia-user-login="ziomalski" class="lia-mention lia-mention-user"&gt;ziomalski&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I'm not sure if there is a way to get Power Query to display&amp;nbsp;attribute columns for folders. As far as I know it shows only the attributes of files. Perhaps&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="264353" data-lia-user-login="wdx223_Daniel" class="lia-mention lia-mention-user"&gt;wdx223_Daniel&lt;/a&gt;&amp;nbsp;has a better answer to this query.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 09:05:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compare-measure/m-p/3206863#M116817</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-26T09:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Compare measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compare-measure/m-p/3208191#M116931</link>
      <description>&lt;P&gt;Thanks&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;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="551669" data-lia-user-login="ziomalski" class="lia-mention lia-mention-user"&gt;ziomalski&lt;/a&gt;&amp;nbsp;if you want get the file's generated date, you can bring in the filed value of "Date created" by the function of Folder.Files.&lt;/P&gt;
&lt;P&gt;let&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Source=Folder.Files("your folder path"),&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Coustom1=Table.Combine(Table.TransformRows(Source,each Table.AddColumn(Excel.Workbook([Content])[Data]{0},"Generated Date",(x)=&amp;gt;[Date created])))&lt;/P&gt;
&lt;P&gt;in&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Custom1&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 01:43:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compare-measure/m-p/3208191#M116931</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-04-27T01:43:45Z</dc:date>
    </item>
  </channel>
</rss>

