#Tableau

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • In this tip, I show you how I calculate year over year change based on a date selected with a parameter. The use case is to calculate YTD sales depending on the date selected and compare it to the prior YTD sales for the same period.
    Download the workbook here - www.vizwiz.com...

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

  • @mmmaxmmm83
    @mmmaxmmm83 2 года назад +3

    Awesome simplicity involved here, love that calculation! Never would have thought about using the boolean like that.

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

    Did a great job of describing CYTD vs PYTD calculations in a short and simple manner! Super helpful video! Thank you

  • @haniharun3267
    @haniharun3267 6 месяцев назад +1

    Thank you. It's simple and easy to follow for beginners. Love this!

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

      So glad!

  • @farrukhkidwai
    @farrukhkidwai 2 года назад +4

    Thanks! This gets complicated if the fiscal year does not start from January. QTD and MTD are a nightmare to build if say your Fiscal year starts from Feb.

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

      Correct. This tip doesn't address that.

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

    Thank You Andy, this solution works perfectly, very simple and precise. I have seen other solutions online but they are unnecessarily complex

  • @dantheman-adadwithchores4857
    @dantheman-adadwithchores4857 Год назад

    Great video. Just what i needed. I incorporated this with another video for adjusting to a specific fiscal year. Thanks!

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

      Glad it was helpful!

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

    Thanks for the post Andy. Our business deals with lengthy financial blackout periods. This solution lets us quickly get an apples-to-apples comparison just by selecting a date.

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

      Fantastic. That’s a great use case.

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

    Thank you Andy. This is exactly what I was looking for.👍

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

      Glad it was helpful!

  • @JayShah910
    @JayShah910 4 месяца назад

    Thanks Andy

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

    You made it easy Andy!
    I feel Tableau needs to offer readymade functions to do these calculations. just like how Power BI does it.

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

      Glad it was helpful!

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

    Thanks!

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

    Very helpful and good Explanation 👍

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

      Glad it was helpful!

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

    This is helpful! However, I am stuck with how to apply this to FYTD calculation - especially, how to create a field that is the current fiscal year start date, so that I can use that as my lower bound for if [order date]>= current fiscal year start date and [order date]

  • @parvezshahid8906
    @parvezshahid8906 9 месяцев назад +1

    Hey Andy, instead of sales, lets say I wanted to input an average units per order value, how can I do that without getting the cannot mix aggregate and non aggregate error?

  • @sunishhkv4830
    @sunishhkv4830 7 месяцев назад

    This is helpful, I have a similar scenario and pulled out the YTD percentage for the last 3 years, I also wanted to display which records have been newly added/removed along with the YTD calculations, how is that possible

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

    This is great. The challenge I have is exclude the current month and my prior year calculates data including the same time current month. I would like to know how I can do it so it excludes last year the current month.

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

    This video was very helpful, but I have mutliple year data and there are measured values already established. What I need to see is if I run my report on any given date, and I'm using a specific range whether a calendar year or fiscal year ie I'm running a report today, the range of dates are 7.1 - 9.30 - I need assistance with muliple years data - not just 1 or 2 years.

  • @enter-mation5890
    @enter-mation5890 2 года назад

    Thanks Andy, I learn new things from every tip that you post here.
    Can we also do week day to last year week day visual comparison (like saturday week 10 vs saturday week 10 last year).

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

      Of course. I would do it by getting the day of week number and the year number then create the calcs based on those.

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

    Great video! Would you please do a video where the percentage difference font color would change to green if it's positive and red if it's negative?

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

      I did this in my Watch Me Viz yesterday since you asked. 👍🏻
      Watch Me Viz - #B2VB 2022 Week 4 - Designing KPIs
      ruclips.net/video/cYVBduPExfo/видео.html

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

    THANK YOU SO SO MUCH SIR, this is what i look for TT

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

      but sorry, can I have the explanation about the INT() then multiply by Sales?

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

      INT changes a Boolean (T/F) into 1 or 0. You then multiply that by sales so you either get sales (when true) or 0 when false.

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

      @@vizwiz so, it will cumulate all the true value multiply by sales? Let's say we have 18 rows which are true, so the function be like this : (row1 × sales.row1) + (row2 x sales row.2) + .... + (row18 × sales.row18)?🙏

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

      Not quite. It’ll multiple each true row by 1. So it’d be 1*row1 + 1*row2,etc

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

      @@vizwiz I see..... I got it, sir! Thank you very much. It really helps. Stay healthy and inspire sir😊

  • @guest-pj1kn
    @guest-pj1kn Год назад

    Hello, how can we handle if its QTD vs previous QTD at selected date? if we use same logic as YTD, 1st quarter gives us 1 and we cannot minus 1 from that. Thus it does not work on every year's first quarter range. How to make counter that last quarter which is 4th is prior from next year's 1st quarter?

  • @Superstarmamba24
    @Superstarmamba24 5 месяцев назад

    Hi @Andy, this is great video and i appreciate it. But how would i go about using Months instead of Specific Date to show the data? Thanks again

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

      Change the date aggregate.

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

    Great tip, Andy! I assume that using the same logic, we can create a start and end date parameter for year over year comparison?

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

      That should work. 👍🏻

  • @sahanahebbar2345
    @sahanahebbar2345 5 месяцев назад

    Thank you for the video. I want count(order id) comparison for the selected date. How can I do that?

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

      Replace the aggregation I have sum of sales I believe, with your countd

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

    Hi Andy, I have a situation where the dashboard has to show monthly views of some KPIs and visuals. KPIs are current month(selected month from filter) compared to the previous month %diff. Other visuals are monthly snapshots of sales and profits. I calculated Lookup filter to achieve %diff. However I cannot use it as a global filter across the workbooks. This is preventing me use this solution. Please, do you have any suggestions?

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

      It’s not working because table calcs are only available in one sheet. You’ll need to have an LOD calc that you can apply across both.

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

    So to do prior year mtd and qtd I just need to add another boolean AND statement to the calculated field using month/quarter right?

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

      Sounds about right

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

    if i have old data source then how to calculate for Previous YTD sales

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

      It's based off of LODs, so it'll always use whatever your latest dates are. If you have a newer data source, then the calculations will automatically update.

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

    What if you want it to filter by year/yearly? is it possible? Thank you

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

      Yes. You would need to add the years you want to filter out as data source filters, preferrably.

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

      @@vizwiz Thanks for your response. I have a filter order date yearly. I cant figure it out when ai filter it yearly it doesn't change the prior ytd value. I dont know what calc need.

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

      @@edmarreyes4956 what’s the calculation you’re using?