<?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: Create Previous Week Filter? in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9681#M1908</link>
    <description>&lt;P&gt;How would you go about creating a similar measure for "Previous 8 Weeks"?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure why&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2299" data-lia-user-login="PowerBIGuy" class="lia-mention lia-mention-user"&gt;PowerBIGuy﻿&lt;/a&gt;'s formula is &amp;nbsp;not working for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank in advance! :)&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2015 20:01:14 GMT</pubDate>
    <dc:creator>cwayne758</dc:creator>
    <dc:date>2015-11-06T20:01:14Z</dc:date>
    <item>
      <title>Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9492#M1817</link>
      <description>&lt;P&gt;How would I go about creating a Previous Week filter in DAX?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pretty straightforward, trying to capture a snapshot of business only in the previous week of that Year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the logic in my Access database&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;IIf(DatePart("ww",[SALES].[DATE_ENTERED])=DatePart("ww",Date())-1,"PREVIOUS",Null)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 16:58:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9492#M1817</guid>
      <dc:creator>cwayne758</dc:creator>
      <dc:date>2015-11-04T16:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9493#M1818</link>
      <description>&lt;P&gt;You could try the following solution seen here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just change&amp;nbsp;the filter to &amp;lt;7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/How-to-show-data-in-dashboard-for-current-month/m-p/9430" target="_self"&gt;http://community.powerbi.com/t5/Service/How-to-show-data-in-dashboard-for-current-month/m-p/9430&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following syntax worked for me: &amp;nbsp;Date Filter =&amp;nbsp;DATEDIFF(max('Date'[Date]), now(),DAY)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 17:26:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9493#M1818</guid>
      <dc:creator>PowerBIGuy</dc:creator>
      <dc:date>2015-11-04T17:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9502#M1822</link>
      <description>&lt;P&gt;Thank you very much for your response PowerBIGuy. Unfortunately, I do not think this solution is working for my particular case (or I am mistakenly doing something)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my usage of your suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a column that lists each date as within the "Previous Week", if not, "Null"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/982iAC4B02B9984E8CE5/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Date Filter.PNG" title="Date Filter.PNG" /&gt;&lt;/P&gt;&lt;P&gt;Thank you again for your suggestions!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 18:55:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9502#M1822</guid>
      <dc:creator>cwayne758</dc:creator>
      <dc:date>2015-11-04T18:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9505#M1823</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Maybe it's your data model. my example&amp;nbsp;uses a date dim.&amp;nbsp;Sorry it didn't&amp;nbsp;work out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/984iBAC12D527B6E2DA7/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:17:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9505#M1823</guid>
      <dc:creator>PowerBIGuy</dc:creator>
      <dc:date>2015-11-04T19:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9507#M1825</link>
      <description>&lt;P&gt;I think it very well could be.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I retried, this time using my DateStream date table from Azure Marketplace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error message: In DATEDIFF Function, Start Date cannot be greater than End Date.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I switch my Start Date to reference dates in my FactTable, and End Date to reference dates in my DateStream table, my only result is 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, thank you for your replies!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:28:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9507#M1825</guid>
      <dc:creator>cwayne758</dc:creator>
      <dc:date>2015-11-04T19:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9508#M1826</link>
      <description>&lt;P&gt;No problem happy to help. I also got the same error. I Just filtered by date dim to exclude future dates to aviod the error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:30:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9508#M1826</guid>
      <dc:creator>PowerBIGuy</dc:creator>
      <dc:date>2015-11-04T19:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9509#M1827</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2508" data-lia-user-login="cwayne758" class="lia-mention lia-mention-user"&gt;cwayne758﻿&lt;/a&gt;&amp;nbsp;: Are you needing to do this a lot? &amp;nbsp;As in, do you need to be able to look at records that were entered only in the week previous to -right now-, or do you need to be able to look at a range of dates, and say "Well, &amp;nbsp;the week of Jan 7,2007 had X Bookings, and the previous week had Y Bookings"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you only need to analyze the week leading up to right now, this point in time, just modify your query to only pull records with dates that are after NOW() -7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need the latter, we need a bit more information about your data model. &amp;nbsp;Then you are looking at creating measures based on what you need to see - like bookings in the previous week. etc...&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:30:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9509#M1827</guid>
      <dc:creator>ALeef</dc:creator>
      <dc:date>2015-11-04T19:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9514#M1829</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2197" data-lia-user-login="ALeef" class="lia-mention lia-mention-user"&gt;ALeef﻿&lt;/a&gt;&amp;nbsp;I do this regularly, so it would definintely be the later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is an image of my (amorphopus) data model. Im using two DimDate tables as they are connected to two distinct Date fields in my Fact Moves table and I need to be able to call on those date ranges at different points in my report.&amp;nbsp;&lt;IMG src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/986iCF732838F69F91CE/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Data Model.PNG" title="Data Model.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:44:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9514#M1829</guid>
      <dc:creator>cwayne758</dc:creator>
      <dc:date>2015-11-04T19:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9519#M1831</link>
      <description>&lt;P&gt;What are you needing to show as far as previous week? &amp;nbsp;Like I described earlier - "This is the week of Jan 7, 2007 and we had X Bookings, and the previous week we had Y Bookings"? &amp;nbsp;That can be done with Measures using Datediff, as explained before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need to track those over time, for instance : "This week we had 6 more bookings than last week, which had 3 less bookings than the week before, which had the same as the week before that" - you will need to make calculated columns. &amp;nbsp;I would suggest making a column for "WeekEnding" in your DateDim table, and then using that in a filter to get WeekEnding - 7days, and filter on that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it all kind of depends on what you are needing metrics for. &amp;nbsp;It looks like a pretty complicated data model.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:55:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9519#M1831</guid>
      <dc:creator>ALeef</dc:creator>
      <dc:date>2015-11-04T19:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9535#M1842</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2508" data-lia-user-login="cwayne758" class="lia-mention lia-mention-user"&gt;cwayne758﻿&lt;/a&gt;&amp;nbsp;I am not sure what you truing to create but if you need a calculated column in Data table to use as a slicer you can try add a new calculated column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Previous week =
IF (
    AND (
        WEEKNUM ( 'Dates'[DateKey] )
            = WEEKNUM ( TODAY (); 2 ) - 1;
        'Dates'[YearKey] = YEAR ( TODAY () )
    );
    "Previous Week"
)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 21:12:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9535#M1842</guid>
      <dc:creator>konstantinos</dc:creator>
      <dc:date>2015-11-04T21:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9537#M1844</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2197" data-lia-user-login="ALeef" class="lia-mention lia-mention-user"&gt;ALeef﻿&lt;/a&gt;&amp;nbsp;Sorry if I was/am being confusing. What I need to accomplish is a combination of the alternatives you suggested.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have let's say, 5 years worth of Booking data. I would like to create a column/measure that allows me to use it as a Slicer with the option of "Previous Week" or "Null" in order to toggle between a view of the last 7 days and a view of the past 5 years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The row in the "Previous Week" calculated column would say whether that corresponding Booking Entered Date was either in the "previous week" or "Null".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue with the Now()-7 is that it limits my entire query to just the previous 7 days, losing all the "Null" data that was entered earlier than the "previous week"&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 22:15:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9537#M1844</guid>
      <dc:creator>cwayne758</dc:creator>
      <dc:date>2015-11-04T22:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9539#M1845</link>
      <description>&lt;P&gt;Thank you very much for your reply&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="95" data-lia-user-login="konstantinos" class="lia-mention lia-mention-user"&gt;konstantinos﻿&lt;/a&gt;. What i'm trying to create is a column that can be used as a slicer. I want the column to tell me whether the Date Entered for my sale was within the "previous 7 days" or "null".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The slicer will allow me to toggle between Historical-to-Date vies and Previous week views.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using the code you provided but to no avail :( I changed the ' ; ' to ' , '&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error message I received. I get this message quite freqeuently. Could it be my data model is the issue?&amp;nbsp;&lt;IMG src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/991i69750117B20A4BA5/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Prev_Week.PNG" title="Prev_Week.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 22:23:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9539#M1845</guid>
      <dc:creator>cwayne758</dc:creator>
      <dc:date>2015-11-04T22:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9543#M1847</link>
      <description>&lt;P&gt;Date Filter &amp;nbsp;= IF(IF( MAX('Date'[Date]) &amp;lt;= NOW(),DATEDIFF(max('Date'[Date]), now(),DAY))&amp;lt;=7 &amp;amp;&amp;amp; IF( MAX('Date'[Date]) &amp;lt;= NOW(),DATEDIFF(max('Date'[Date]), now(),DAY))&amp;gt;=1,"Previous 7 Days","")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/992iDBB9E799CCD444A4/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 23:13:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9543#M1847</guid>
      <dc:creator>PowerBIGuy</dc:creator>
      <dc:date>2015-11-04T23:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9574#M1856</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2508" data-lia-user-login="cwayne758" class="lia-mention lia-mention-user"&gt;cwayne758﻿&lt;/a&gt;This is not a model issue, usually this error is in measures or calculated columns happens when &amp;nbsp;there is no row context since we are looking only for one date and they are more than one). Did you tried the calculated column in the Fact table? The formula needs to be in DIMDATE. Else you can try wrap the formula with MAX/MIN or use&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2299" data-lia-user-login="PowerBIGuy" class="lia-mention lia-mention-user"&gt;PowerBIGuy﻿&lt;/a&gt;&amp;nbsp;formula&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 12:48:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9574#M1856</guid>
      <dc:creator>konstantinos</dc:creator>
      <dc:date>2015-11-05T12:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9576#M1858</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="95" data-lia-user-login="konstantinos" class="lia-mention lia-mention-user"&gt;konstantinos﻿&lt;/a&gt;&amp;nbsp;Haha thank you so very much!! It works beautifully. I was doing it in the Fact table and not the DIMDATE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2299" data-lia-user-login="PowerBIGuy" class="lia-mention lia-mention-user"&gt;PowerBIGuy﻿&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2197" data-lia-user-login="ALeef" class="lia-mention lia-mention-user"&gt;ALeef﻿&lt;/a&gt;&amp;nbsp;Thank you also very much. Great community.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 13:00:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9576#M1858</guid>
      <dc:creator>cwayne758</dc:creator>
      <dc:date>2015-11-05T13:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9577#M1859</link>
      <description>&lt;P&gt;Looks like&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2299" data-lia-user-login="PowerBIGuy" class="lia-mention lia-mention-user"&gt;PowerBIGuy﻿&lt;/a&gt;&amp;nbsp;has it right. &amp;nbsp;I was misunderstanding the problem. &amp;nbsp;Your explanation helped, but I didn't see it until this morning!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that works for ya!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 13:00:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9577#M1859</guid>
      <dc:creator>ALeef</dc:creator>
      <dc:date>2015-11-05T13:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9681#M1908</link>
      <description>&lt;P&gt;How would you go about creating a similar measure for "Previous 8 Weeks"?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure why&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2299" data-lia-user-login="PowerBIGuy" class="lia-mention lia-mention-user"&gt;PowerBIGuy﻿&lt;/a&gt;'s formula is &amp;nbsp;not working for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank in advance! :)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 20:01:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/9681#M1908</guid>
      <dc:creator>cwayne758</dc:creator>
      <dc:date>2015-11-06T20:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/10065#M2029</link>
      <description>&lt;P&gt;If you need to have as a slicer different custom time periods you need to use "disconnected slicers" and measures for all time periods. Search in powerpivotpro.com as there are many articles about it like:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.powerpivotpro.com/2013/06/simplifying-time-calculations-and-the-user-experience-using-disconnected-slicers/" target="_blank"&gt;http://www.powerpivotpro.com/2013/06/simplifying-time-calculations-and-the-user-experience-using-disconnected-slicers/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 10:04:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/10065#M2029</guid>
      <dc:creator>konstantinos</dc:creator>
      <dc:date>2015-11-13T10:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/10084#M2038</link>
      <description>&lt;P&gt;Thanks so much... exactly what I am looking to do&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 14:02:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/10084#M2038</guid>
      <dc:creator>cwayne758</dc:creator>
      <dc:date>2015-11-13T14:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create Previous Week Filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/911063#M436637</link>
      <description>&lt;P&gt;For the future reader, the date filter now has a "calendar week" option so it looks like this has been addressed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 16:55:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Create-Previous-Week-Filter/m-p/911063#M436637</guid>
      <dc:creator>WorkHard</dc:creator>
      <dc:date>2020-01-24T16:55:50Z</dc:date>
    </item>
  </channel>
</rss>

