Creating a Dynamic Dashboard in Tableau: A Step-by-Step Guide for Aspiring Data Analysts

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ • 14

  • @mannyuruchurtu318
    @mannyuruchurtu318 Рік тому +2

    This is a great video! FYI a quick tip for your data prep. You can use the formula =text([Date],"mmm") to pull the month abbreviation vs using the choose function and typing out all the months.

    • @AnalyticsExplorers
      @AnalyticsExplorers  Рік тому +1

      Great! Thanks for your information and your valuable feedback.

  • @lazytocook
    @lazytocook Рік тому

    very excellent step by step guide dashboard

  • @oluwatoyinogunyemi
    @oluwatoyinogunyemi Рік тому +1

    thank you for this video, the dataset am using has an age column but Tableau is not showing it as actual age but some number in hundred formats. e.g. instead of showing 20, it's showing it as a sum(age) of 1200. how can I format it? thanks

    • @AnalyticsExplorers
      @AnalyticsExplorers  Рік тому

      Describe in more detail what do you want to draw or what is your desired outcome

    • @oluwatoyinogunyemi
      @oluwatoyinogunyemi Рік тому

      @@AnalyticsExplorers Site COLON
      AGE is showing 16586 which is the sum values instead of 60years so how can I format it to show 60years

    • @AnalyticsExplorers
      @AnalyticsExplorers  Рік тому

      I mean what you are trying to achieve.
      Do you want for example to draw a bar chart with ages on an axis. Do you want to find the average age and put it into a card box. What is you final output?

    • @oluwatoyinogunyemi
      @oluwatoyinogunyemi Рік тому

      @@AnalyticsExplorers I want to draw a bar chart with age on the axis

    • @AnalyticsExplorers
      @AnalyticsExplorers  Рік тому

      @@oluwatoyinogunyemi it seems that you want to draw a bar chart with the age as the x axis against other dependent variable. If so, you need after putting the age in the columns field, press the dropdown arrow next to the age name and choose dimension instead of measure.

  • @nouamandehmani
    @nouamandehmani Рік тому

    this is so good thank you so much , i have a question since i am new to Tableau and data analytics : if i am working on SQL with multiple tables which will require using "Joins " after cleaning that tables in SQL , do i need to upload all the tables to Tableau or what is the best practice for this purpose ? thank you in advance

    • @AnalyticsExplorers
      @AnalyticsExplorers  Рік тому

      When dealing with both SQL and Tableau, the best practice is to perform all your analysis in sql and answer all your questions. Then, you export the final results of each query as a csv file which can be imported into tableau. You can after that use those csv files to create your charts.

    • @AnalyticsExplorers
      @AnalyticsExplorers  Рік тому

      In the upcoming days, I will upload a full portfolio project using SQL and Tableau integration. Wait for it!