<?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 Weekend Volume Criteria in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekend-Volume-Criteria/m-p/2817851#M89413</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to come up with a formula that essentially adds Saturday volumes less than 100 units to Friday's totals, else if volumes exceed 100 units then keep volumes under saturday.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I need 9/3 to be added to 9/2 since it's just volumes that were completed right after midnight.&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;However here, I would need it to stay under this Saturday date (8/20) since significant volume was processed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Oct 2022 19:13:49 GMT</pubDate>
    <dc:creator>HALEYSTODDARD</dc:creator>
    <dc:date>2022-10-04T19:13:49Z</dc:date>
    <item>
      <title>Weekend Volume Criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekend-Volume-Criteria/m-p/2817851#M89413</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to come up with a formula that essentially adds Saturday volumes less than 100 units to Friday's totals, else if volumes exceed 100 units then keep volumes under saturday.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I need 9/3 to be added to 9/2 since it's just volumes that were completed right after midnight.&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;However here, I would need it to stay under this Saturday date (8/20) since significant volume was processed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 19:13:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekend-Volume-Criteria/m-p/2817851#M89413</guid>
      <dc:creator>HALEYSTODDARD</dc:creator>
      <dc:date>2022-10-04T19:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Weekend Volume Criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekend-Volume-Criteria/m-p/2817874#M89419</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="407780" data-lia-user-login="HALEYSTODDARD" class="lia-mention lia-mention-user"&gt;HALEYSTODDARD&lt;/a&gt;&amp;nbsp;What does your source data look like? Can you post as text?&amp;nbsp;Sorry, having trouble following, can you post sample data as text and expected output?&lt;BR /&gt;Not really enough information to go on, please first check if your issue is a common issue listed here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The most important parts are:&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 19:32:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekend-Volume-Criteria/m-p/2817874#M89419</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-10-04T19:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Weekend Volume Criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekend-Volume-Criteria/m-p/2817911#M89422</link>
      <description>&lt;P&gt;I took a crack at this creating a dataset of volume of items per date.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;My understanding of your request is that if the total Saturday volume is less than 100 then the item volumes are added to Friday and Saturday is then 0. If the volume is 100 or greater on Saturday then the item volumes are left as is.&lt;BR /&gt;To get the desired result I created a calculated column in the table.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;And ended up with the result&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Hope this gets you pointed in the right direction.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 19:56:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekend-Volume-Criteria/m-p/2817911#M89422</guid>
      <dc:creator>jgeddes</dc:creator>
      <dc:date>2022-10-04T19:56:17Z</dc:date>
    </item>
  </channel>
</rss>

