How I Calculate Day Over Day Change in Tableau

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 68

  • @jagonzalezcl
    @jagonzalezcl 2 года назад +1

    Thanks for share your knowledge. You’re awesome. Greetings from Colombia.

    • @vizwiz
      @vizwiz  2 года назад

      My pleasure!

  • @thejag144
    @thejag144 2 года назад

    Thank you so much, Andy, for making this video when I ask you. It helps the full video. Once again Thank you, Andy.

    • @vizwiz
      @vizwiz  2 года назад +1

      Happy to help! Thanks for asking!

  • @ItsMehras
    @ItsMehras 2 года назад +1

    Great video, thanks! Now I need to go and watch your Month over Month Change and YOY Change videos.

    • @vizwiz
      @vizwiz  2 года назад +1

      Please do! You’ll find them very similar. The links are in the description.

    • @ItsMehras
      @ItsMehras 2 года назад

      @@vizwiz will do!

  • @imsajiv
    @imsajiv 2 года назад +1

    Thanks Andy for this wonderful tutorial, very practical cases you are taking on here, I'm definitely getting better and better on Tableau🙏

    • @vizwiz
      @vizwiz  2 года назад

      Great to hear!

  • @piotrmuryjas
    @piotrmuryjas 2 года назад

    As always, great explanations and many useful ideas for the KPI presentation. Thank you, Andy. Waiting for the next videos.

    • @vizwiz
      @vizwiz  2 года назад

      Glad you like them!

  • @stefantodorovikj6165
    @stefantodorovikj6165 2 года назад

    Excellent Andy ! Keep up the good work !

    • @vizwiz
      @vizwiz  2 года назад

      Many thanks!

  • @apexsmart6337
    @apexsmart6337 Год назад

    Yes, this is the right way to learn!

  • @julienbeylat5616
    @julienbeylat5616 2 года назад

    I love your pace ! Great video Andy ! Thank you :)

    • @vizwiz
      @vizwiz  2 года назад +1

      Glad you enjoy it! It’s nice to see a comment from a colleague. 😁

  • @sanjayvats4916
    @sanjayvats4916 2 года назад

    Thank you for the informative and knowledgeable videos. They help to expand our understanding and deepen our knowledge on Tableau.
    Keep up the great work!

    • @vizwiz
      @vizwiz  2 года назад

      So nice of you...thanks!

  • @TH-vw4qn
    @TH-vw4qn 2 года назад

    Liked and shared!

    • @vizwiz
      @vizwiz  2 года назад

      Thank you!!

  • @cruzjeanc
    @cruzjeanc 2 года назад

    Great content as always. Keep rocking Andy. Greetings from Brazil

    • @vizwiz
      @vizwiz  2 года назад

      Thanks, will do!

  • @nicolelily
    @nicolelily Год назад

    I love the one-sheet KPI with bar! I just used it to visualize door-to-discharge minutes for an urgent care center (fewer is better, so my color palette is opposite). I can't wait to show my client--I think it's really effective!

    • @vizwiz
      @vizwiz  Год назад

      Fantastic! What did they think?

  • @AvanthaPeiris
    @AvanthaPeiris Год назад

    Superstuff Andy !

  • @Bon2kute
    @Bon2kute Год назад

    Thanks a lot Andy. It is very great and helpful ☺️☺️☺️☺️

    • @vizwiz
      @vizwiz  Год назад

      Glad you think so!

  • @shakirakhan9076
    @shakirakhan9076 Год назад

    Thank you, Andy! Could you please show WTD calculation as well please

  • @vivekparashar3601
    @vivekparashar3601 9 месяцев назад

    awesome, one doubt at 10:13 why you dropped the measure name to view? What is the thought process?

    • @vizwiz
      @vizwiz  8 месяцев назад

      So I could show the names of the measures.

  • @m_stedt
    @m_stedt Год назад +2

    How would you handle having to work with an aggregate in the Sales Latest Day Calculation? Let's say your Total sales are made up of the reported sales from two locations.
    I'm getting a error there because I can't use aggregate & non-aggregate together

    • @vizwiz
      @vizwiz  Год назад

      Don’t aggregate inside the LOD if your data is already aggregated.

  • @JoeyD4rb
    @JoeyD4rb 8 месяцев назад

    Hey Andy, this is great! How can i get this to work on an aggregated calculation?

    • @vizwiz
      @vizwiz  8 месяцев назад

      Same way. Just don’t aggregate inside the LOD.

  • @alexandrelorenzzonlazaron3426
    @alexandrelorenzzonlazaron3426 11 месяцев назад

    Helpful, thanks

  • @ryangarland251
    @ryangarland251 2 года назад

    Great stuff as always, Andy! Come On you Chels! Can you do a video where to show prior day sales but excluding weekend? Example, today is Monday and need to display Friday ales but in an easy calc.

    • @vizwiz
      @vizwiz  2 года назад +1

      Yes, possible, but definitely more complicated. The method I’m using looks at the literal previous day. I know you can do it with a table calc, but as I type this, I’m thinking you could change the -1 to -3 if the latest day is a Monday. So -3 when the latest day is Monday, -1 when it’s any other day. Does that make sense?

    • @ryangarland251
      @ryangarland251 2 года назад +1

      @@vizwiz It does, in the meantime, I just did a CF as a filter using the following: DATEPART('weekday', TODAY()) = 2 AND [Date] = DATE(DATEADD('day', -3, TODAY()))
      OR
      DATEPART('weekday', TODAY()) IN(3,4,5,6) AND [Date] = DATE(DATEADD('day', -1, TODAY()))
      Def more complicated and took a bit to figure out but managed to get it to work

    • @vizwiz
      @vizwiz  Год назад +1

      Here's a blog post for you that I've just uploaded. The video is on the blog too.
      www.vizwiz.com/2023/01/exclude-weekends.html
      Or if you just want the video...
      ruclips.net/video/SgH4dgGJd5o/видео.html

    • @vizwiz
      @vizwiz  Год назад +1

      And thanks for the suggestion!

  • @amitojsingh3489
    @amitojsingh3489 6 месяцев назад

    Hi Andy thanks for this tutorial however i get an error at an early stage at 2:13 mins in the video
    i have a date field called Wk_Starting_date and i am using that instead of your Day field against my calculated field "Latest_Wk_Date" but when i times it by my value it gives me an error saying - "Cannot mix aggregrate and non-aggregate arguments with this function"

  • @amitojsingh3489
    @amitojsingh3489 6 месяцев назад

    i got it working - i have left out the curly brackets which is why it wasnt working - i cant help notice adding the {} brackets changes the calculated from a measure to a dimension is that the main function of using {} brackets ?
    thank you for your time

  • @valc4l
    @valc4l 10 месяцев назад +1

    Thank You for this. So I have tried this but now for months, while the latest is showing the correct figures, the % change is not indicating anything while the previous month is showing 0.

    • @valc4l
      @valc4l 10 месяцев назад

      I have actually been able to crack it. 🙂

    • @vizwiz
      @vizwiz  9 месяцев назад

      Good to hear

  • @MohammedRizwan-v3o
    @MohammedRizwan-v3o Год назад

    Great tutorial 😊,
    I had succeeded in getting result in first place, however when user select a date it is showing zero in previous day column! Advise please.

  • @israelmiranda7814
    @israelmiranda7814 Год назад

    Hello good evening, I would like to count service orders and not sales value, is it possible to do it the same way?

    • @vizwiz
      @vizwiz  Год назад

      Yes. Use countd([orders]) instead of Sum(Sales)

  • @muratcansimsek3153
    @muratcansimsek3153 2 года назад

    Great content Andy, very very usefull! I have a question , what if we use aggrageted value instead of sales ? Like count of distinct customers ?

    • @vizwiz
      @vizwiz  2 года назад

      Where I have a SUM, you would use the COUNTD

  • @GeoDataViz
    @GeoDataViz Год назад

    Thanks, Andy! That is awesome. What application are you using to recorde videos, edit, and add animations to your recordings? See you a'll at TC23!

    • @vizwiz
      @vizwiz  Год назад +1

      Final Cut Pro for editing (I use an editor). Video of me is done with my iPhone or a webcam using OBS and the screen is recorded using Cleanshot (I’d highly recommend it).

    • @GeoDataViz
      @GeoDataViz Год назад

      ​@@vizwiz Thanks Andy. Appreciate all your efforts.

  • @daneal_humn
    @daneal_humn Год назад

    Hi Andy,
    I am using a date filter(Selected over range) and when I am sliding the date lower than the maximum date, the method is not working as Max date is selected over the entire dataset. Could you please suggest what shall I do?

    • @vizwiz
      @vizwiz  Год назад

      Add the filter to context.

  • @rutviktidke07
    @rutviktidke07 18 дней назад

    I think this functionality is not there in Tableau Public web version, I have tried there :(

  • @pradeeptippe6184
    @pradeeptippe6184 Год назад

    When the day is monday compare change with friday and if not compare with yesterday...
    But it not based on only max date means user want to select date from filter and i.e single date or multiple dates....how to acheive this.

    • @vizwiz
      @vizwiz  Год назад

      I don’t understand your questions. Sorry.

  • @aniketraikwar3795
    @aniketraikwar3795 Год назад

    When i am creating calculated field Sales Latest Days getting this errors - "Cannot mix aggregate and non aggregate arguments with this function"

    • @vizwiz
      @vizwiz  Год назад

      That means one of the fields is aggregated and one is not. The LOD needs a SUM around it. Have another look at the video. 👍🏻

    • @JoeyD4rb
      @JoeyD4rb 8 месяцев назад

      @@vizwiz I don't understand this part. My sales value in your example is an aggregate already. What can I do to make this calc work with an aggregated sales value?

  • @rajeshpanwar8945
    @rajeshpanwar8945 2 года назад

    I'm perplexed, about data school.
    I have seen some interviews, but confused here - paid for learn 🤔

    • @vizwiz
      @vizwiz  2 года назад

      100%...that's correct! Check it out thedataschool.com

    • @rajeshpanwar8945
      @rajeshpanwar8945 2 года назад

      I have some quires.. Can we get through what's app or other thing.

    • @vizwiz
      @vizwiz  2 года назад

      @@rajeshpanwar8945 check the website. If that doesn’t answer your questions (there’s an FAQ), then you can email the DS.

    • @okentan
      @okentan 2 года назад

      Thanks Andy for sharing. I am just amazed with the numbers of steps it take to do the last example. If someone who doesn’t have the experience like you, it would probably take days just to figure out with all the different options in tableau to do that last one.

    • @vizwiz
      @vizwiz  2 года назад +1

      @@okentan Yeah, it's not exactly straightforward, but that's also why I create the videos. Hopefully people can follow along if they like the look of it. I wouldn't expect someone without quite deep experience to know how to do it.