#Tableau

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

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

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

    i had a hard time understadning bands at first but after watching your video i can do this now in under 10 secs lol thank really appreciate it

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

      Glad I could help!

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

    Thanks Andy. Your tips and tricks are so useful and I often refer to your videos for my day-to-day work. Kudos to you and keep posting awesome Tableau content. Cheers!

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

      My pleasure. Thanks for the kind words.

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

    Hi Andy - Amazing video, I just wanted to say thank you for the content you have produced and the for 1-2-1 responses you have given me personally on RUclips over the last few months. You’ve helped me more than you know and I just wanted to say thanks. Loving the dual axis podcast too 😊. Great listen on my way to work.

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

      That’s so nice of you to say JD!! Thanks for the feedback and for asking questions.

  • @10Yvone
    @10Yvone 2 года назад +2

    Love your Tableau tips and tricks Andy. I learn so much from your videos! awesome videos as always!

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

      Thanks so much!

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

    Thanks a lot for the inspiration
    The one I used is a combination of the bullet chart: PY as a bar chart in the background in light grey, CY also as a bar chart in the middle and the ref line I put the budget.
    Usually for the CY, if we are above budget I put dark grey and if below budget orange.

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

      That’s a good one! Nice!

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

    Hi Andy, thanks for the amazing video, I just switching from power BI and now starting to learn some tableau. And I’ve been wonder is there anyway to conditionally change color with two measure underneath for PY and plan differently , I’ve learn some trick from your video by conditionally change for whole table but not in two individuals measure

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

    This is the kind of stuff I've been looking for.

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

      Fantastic!

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

    So visually appealing!

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

    You are a gem andy!

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

    thank you for this video.
    How can we adapt this comparison system with a filter (single chip) to know if 2022 is selected, we compare to 2021 etc... depending on the user's choice.

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

    Hi Andy Alwz love your tips in Tableau it helps me a lot in improving.
    Could you please hep me in comparing dynamic current month of financial year v/s previous moth of financial year using dynamic parameter for selecting Financial years

  •  Год назад

    Hi Andy! Would it be possible to add the actual number of Variance to Last Year % to the data label in bullet graph, BUT not to the reference line but after the actual CY sales number next to the bar? So that I could see right away that those 200K sales are 20% off from LY results?

  • @OneOne-ir5ky
    @OneOne-ir5ky 2 года назад +1

    Hi Andy! A great tutorial as always! Thank you for your great work. One question: On the Sales CY Calc, what do the curly brackets do? {MAX(YEAR(DATE))}? Thanks!

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

      Good question. The { } represent a level of detail expression (LOD). Wrapping the function in those will allow me to look at the entire data set to get the overall max since I did not specify a dimension to fix on.

    • @OneOne-ir5ky
      @OneOne-ir5ky 2 года назад

      @@vizwiz Makes sense. Thank you!

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

    Thanks for the tips!

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

      You’re welcome

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

    Hi Andy, Is there a way to show previous year value in a current month chart. I created a calculated field to get previous year goal and would like to reflect it in a current month chart, however, when using my cf it shows blank values. It only works if the previous year is in view. Thanks

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

      In this video, you would swap out sales in the previous year for budget. That should do it.

  • @静香しずか-j8j
    @静香しずか-j8j Год назад

    Thanks a lot! Very useful!

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

    That is cool Andy! Thank you :)

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

      My pleasure!

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

    Yes Andy I would like to see more Chart type

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

      Which chart types do you like to use?

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

    Smart! very inspiring. thanks.

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

      My pleasure!

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

    Can you make a video on how to create a funnel chart for for cart to checkout using google analytics data if that’s something you can if now we could do a normal funnel chart 💪🏾💯👏

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

    Hi Andy,
    can you show it again with fiscal year? For this the {Max(Year([Date]))} formula won't work. Even worse Tableau sets the fiscal year +1 (Feb 23 = fiscal year '22 but Tableau sets '23). And relativ filters like "last year" won't work, too.
    Thank you in advance and looking forward seeing a video for this problem from you 😉

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

      Hi Soren, I ran into similar issue and came to know that Tableau date functions do not work as expected on a date field that is set as Fiscal (through default property setting). I was able to work around by manipulating the date itself for e.g. MAX(YEAR(DATEADD('month',11,[Date]))) if the Fiscal year starts from Feb. Hope this helps!

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

      I don’t work with fiscal dates and never have. I believe there are examples on the forums.

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

      @@parthvora3628 thank you very much. I used this before but I run into problems when using context filters. And just Dateadd('year',-1,[date]) and changing this to fiscal year doesn't work as expected, too when it comes to year2date vs prior year2date calculations. And my goal is switching between the year and the fiscal year by parameter.