Direkt zum Hauptbereich

How create a calender with tableau?



I posted a calendar to tableau public, which I have done with Tableau 9.3.

In my first blog I would like to share with you the steps for creating a calendar. The data sources and calendar you can find here.

There are different reasons to use a calendar in tableau e.g.

  • You can create your own calendar with an individual format and a lot of appointments. So it will help you make planning better. 
  • You can also analyze things with calendar, if you drop&down a relevant dimension in order to show successful or not successful days. 
  • To create such things is just a training and will help you use dimensions&figures on another way.

And thi is my approach:

I created a spreadsheet in excel with three columns:

  • Date 
  • Type of holiday 
  • Holiday



The column "Type of holiday" is necessary in order to make differences between private and official holidays. With the spell "C" I marked all private birthdays and with the spell "F" all official holidays.

In the column "Holiday" I described the holidays.

  • Go to Tableau and open you excel source. Duplicate the "Date". 
  • Draw both dimensions to the column and change the formats

a) Year to Month/Year [Right click on the dimension and choose "user-defined"]

b) Year to Weekday



  • Drop "Date" and "Date (Copy)" to the row and change the format

"Date" to "Week"
"Date (Copy)" to "Week"

"

  • Drop "Date" to the "Text" and change the "Year" to "Day"
  • Change the format of graph to "Square"



  • Now put "Date" to the "Filter" and chose only one month
  • Right click on the "Date" in the row and deactivate a hick by "Display header text"




  • Change the size and the colour as you wish


I hope it was helpful for you. Let me know what is for do you use the calender in tableau....


You can also create the whole year as a calender on one page. Check out this video and this blog post.
Best regards


Kommentare

  1. Hi friend iam providing thetableau training of various certification training.

    AntwortenLöschen
  2. Thanks for your informative blog!!! Your article helped me to understand the future of Tableau. Keep on updating your with such awesome information.

    Tableau Online Training

    AntwortenLöschen
  3. the article provided by you is very nice and it is very helpful to know about the tableau..i found a article related to you..once you can check it out
    Tableau online training

    AntwortenLöschen
  4. That is very interesting; you are a very skilled blogger. I have shared your website in my social networks! A very nice guide. I will definitely follow these tips. Thank you for sharing such detailed article.
    Tableau Online Training|R Programming Online Training|SAS Online Training

    AntwortenLöschen
  5. Hello,
    Thanks so much for writing this article. This is probably the best one by far. Easy to understand. Thanks a lot really appreciate you sharing with us. The information you provided is very helpful for Tableau Advanced Learners.


    AntwortenLöschen
  6. Excellent website. Lots of useful information here, thanks in your effort! . For more information please visit

    Tableau online training india

    AntwortenLöschen
  7. Hello,
    Your blog has a lot of valuable information regarding Oracle Exadata. Thanks for your time on putting these all together.. Really helpful blog..I just wanted to share information about
    power bi training

    AntwortenLöschen

Kommentar veröffentlichen

Beliebte Posts aus diesem Blog

Tableau Table Calculation Function: WINDOW - Functions

The functions which begin with „WINDOW_...“ are also common used in Tableau. Remember! The “WINDOW_” function stays for the offset in data set, so-called WINDOW. It can look like this: 1) You can see the “WINDOW” clearly because of separation line between rows: 2) You limit the “Window” by giving the information about the first and the last row number. In this case, you give Tableau the information about the data offset. Let's have a look at the example with WINDOW_SUM I created a sample with data from Superstore. I would like to have a total sum of Sales in every row. In order to do this I created a calculation field: WINDOW_SUM(SUM([Sales]), FIRST(), LAST()) With this formula I said to Tableau: “Hey Tableau, calculate the total sum of sales from the first till the last row in the data set” And this is the result: Tableau wrote the result (total sum of Sales) in every row. As another option you can cumulate the result in each row and...

Tableau Number Function: ABS

I have been working with Tableau since 2014, but I have still a feeling that my knowledge about this software not good enough. When I rebuild dashboards from tableau.public I am fascinating how some people can create amazing formulas and thus it makes the calculation of data sets easier. Sometimes I got stuck by creating of graphs and I do some calculations with data in Excel before I visualize them. Otherwise, you can find the definition of every function by creating of calculation field. But, honestly, are this definitions always clearly enough? For me not and I am done by doing long calculations with Excel. 😠 I like my work and I want to have more fun and not do such long calculation with Excel! I took up a challenge and decided to go through every function in tableau in order to understand how they work.  I would like to begin with ABS function.  ABS function is very easy one, as it used to get an absolute value of a number from a negative one. As an examp...

Level of Detail Expressions (LoD) in Tableau: FIXED

The last keyword of LoD I am talking to is FIXED. Remember! By the function INCLUDE we included some numbers into the calculation even though we don't visualize this number. By the function EXCLUDE we exclude some numbers from the calculation even though we visualize them. With the function FIXED we “freeze” some numbers in our calculation, i.e. we can run calculation of all art, but the “fixed” dimension remains unchanged. This is the structure of FIXED function: With this function we can e.g calculate a frequency of customer's orders, calculate unique customers from month to month as the cumulative value etc.. Let us have a look to an example, where we analyze sub-categories: I created a simple cross table with the data from Superstore: I would like to see this numbers in a hint text, if I analyze sub-categories. I created a stucked bar chart, which shows sales in each region. I also highlighted sub-categories with different color, as I would ...