Forum Discussion

JillianP333's avatar
JillianP333
New Member
6 years ago
Solved

Monday through Friday visualization on one report

Every week I analyze productivity for the previous week.  I need to see the overall total which I have, but I would also like to have a separate visualization for M,T,W,Th,F so I can narrow down area...
  • jdbuchanan71's avatar
    jdbuchanan71
    6 years ago

    If you want a graph for each day you can make a copy of the graph and set a visual level filter to the day of week (Mon, Wed, Thu, etc).  So you would make 5 copies of the graph and set each one to a different week day.  The report level filter of on WeekOffset will keep the correct rolling week dispalyed and each of the graphs will update to the selected day in last week when the week changes.

  • jdbuchanan71's avatar
    jdbuchanan71
    6 years ago

    JillianP333 

    You could write a measure like this.

    Week Starting = FIRSTDATE ( Dates[Date] )

    Then put that somewhere on the page, perhaps in a card so the users would know the time period they are looking at.  Because the WeekOffset filter is applied to the whole page this measure will calculate correctly.