<?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: Running Total by Store (instead of by date) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3105996#M109452</link>
    <description>&lt;P&gt;Thank you for replying&amp;nbsp;&lt;SPAN&gt;andhiii079845, yes except it would be decresing from highest store units to lowest. So in the example you sent, store C would be viceversa how it is performing the running total. Any help I would be forever greateful.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2023 14:01:42 GMT</pubDate>
    <dc:creator>jbuzaglu</dc:creator>
    <dc:date>2023-03-01T14:01:42Z</dc:date>
    <item>
      <title>Running Total by Store (instead of by date)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3104336#M109308</link>
      <description>&lt;P&gt;Basically I have SKUs by different stores, and need the running total from most sold to least sold.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;From the screenshot, I need to have the running total of the "Unit Weight", descending. And reseting by each store name. Aditionally, I can't use the "sum" function on Unit Weight since it is a mesure from a live connection (tabular model).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or leads on this would be GREATLY appreciated&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 20:26:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3104336#M109308</guid>
      <dc:creator>jbuzaglu</dc:creator>
      <dc:date>2023-02-28T20:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total by Store (instead of by date)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3105374#M109385</link>
      <description>&lt;P&gt;Do you want a Table like this? Unit weight is a running total (cummaltive) per store?&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Store&lt;/TD&gt;&lt;TD&gt;Unit per Store&lt;/TD&gt;&lt;TD&gt;Unit CY&lt;/TD&gt;&lt;TD&gt;Unit weight&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;78&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;4% (3/78)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;78&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;8% (6/78)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;78&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;12% (9/78)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;78&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;4% (3/78)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;78&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;12% (9/78)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;78&lt;/TD&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;TD&gt;42% (33/78)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 01 Mar 2023 07:08:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3105374#M109385</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-01T07:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total by Store (instead of by date)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3105996#M109452</link>
      <description>&lt;P&gt;Thank you for replying&amp;nbsp;&lt;SPAN&gt;andhiii079845, yes except it would be decresing from highest store units to lowest. So in the example you sent, store C would be viceversa how it is performing the running total. Any help I would be forever greateful.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 14:01:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3105996#M109452</guid>
      <dc:creator>jbuzaglu</dc:creator>
      <dc:date>2023-03-01T14:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total by Store (instead of by date)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3106042#M109458</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522166" data-lia-user-login="jbuzaglu" class="lia-mention lia-mention-user"&gt;jbuzaglu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The logic is very similar. Supposing you have a table like:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;try to plot a table visual with the Store column and a measure like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure = 
SUMX(
    FILTER(
        ALL(TableName),
        TableName[Sales]&amp;gt;=MAX(TableName[Sales])
    ),    
    TableName[Sales]
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it worked like:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 14:25:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3106042#M109458</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-03-01T14:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total by Store (instead of by date)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3106048#M109459</link>
      <description>&lt;P&gt;if&amp;nbsp; you prefer CALCULATE, try like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure2 = 
CALCULATE(
    SUM(TableName[Sales]),
    FILTER(
        ALL(TableName),
        TableName[Sales]&amp;gt;=MAX(TableName[Sales])  
    )
)&lt;/LI-CODE&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>Wed, 01 Mar 2023 14:28:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3106048#M109459</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-03-01T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total by Store (instead of by date)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3106098#M109467</link>
      <description>&lt;P&gt;When I try to create the measure, I get this error. Basically it is not a table but measures&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;And aditionally, I can't use the sum function on a measure. This is why it is complicated to me, I want this value to change as I slice thorugh different dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for replying&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 14:56:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3106098#M109467</guid>
      <dc:creator>jbuzaglu</dc:creator>
      <dc:date>2023-03-01T14:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total by Store (instead of by date)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3106108#M109471</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522166" data-lia-user-login="jbuzaglu" class="lia-mention lia-mention-user"&gt;jbuzaglu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please abstract your case and reproduct it with simplified sample dataset?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 15:00:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3106108#M109471</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-03-01T15:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total by Store (instead of by date)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3106211#M109483</link>
      <description>&lt;P&gt;I can certainly replicate it, the only problem is that this is a live connection, and this is the complexity of my case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in simplified fashion I have the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Store&amp;nbsp; &amp;nbsp; SKU&amp;nbsp; &amp;nbsp; &amp;nbsp;Units Sold&amp;nbsp; &amp;nbsp; &amp;nbsp; Unit Weight&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#FF0000"&gt;Running Total (Desired Measure)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 01A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4/13=30.8%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#FF0000"&gt;&amp;nbsp;30.8%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 02B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4/13=30.8%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#FF0000"&gt; &amp;nbsp;61.6%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 03B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3/13=23.1%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#FF0000"&gt;84.7%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 02A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2/13=15.3%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#FF0000"&gt;100%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 01A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5/8=62.5%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#FF0000"&gt;62.5%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 09A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2/8=25%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;FONT color="#FF0000"&gt;87.5%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 02B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1/8=12.5%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;FONT color="#FF0000"&gt; 100%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 01A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3/6=50%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;FONT color="#FF0000"&gt;50%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 02B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2/6= 33.3%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#FF0000"&gt;83.3%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 03B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1/6=16.67%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;FONT color="#FF0000"&gt;100%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I would like the measure to change as I change dates, and loads new data thorugh my live connection.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thank you FreemanZ for your kind help&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 16:04:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3106211#M109483</guid>
      <dc:creator>jbuzaglu</dc:creator>
      <dc:date>2023-03-01T16:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total by Store (instead of by date)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3107862#M109672</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522166" data-lia-user-login="jbuzaglu" class="lia-mention lia-mention-user"&gt;jbuzaglu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to plot a table visual a measure like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RT = 
SUMX(
    FILTER(
        ALL(TableName),
        TableName[Store] = MAX(TableName[Store])
        &amp;amp;&amp;amp;TableName[UnitsSold]&amp;gt;=MAX(TableName[UnitsSold])
    ),
    TableName[Weight]
)&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 13:14:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3107862#M109672</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-03-02T13:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total by Store (instead of by date)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3108235#M109688</link>
      <description>&lt;P&gt;Thank you for your response, I strongly think this is the way, however I get this error since the units sold is a changing measure depending on date:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any clue how I can overcome this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, thank you for your patience regarding this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 15:57:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-by-Store-instead-of-by-date/m-p/3108235#M109688</guid>
      <dc:creator>jbuzaglu</dc:creator>
      <dc:date>2023-03-02T15:57:52Z</dc:date>
    </item>
  </channel>
</rss>

