Branding of Tableau Server

Branding of Tableau server involves changing the look and feel of the application according to your corporate requirements. In Tableau, Branding is available only at the Server level. Site level branding is not available. Branding of Tableau Server The following types of changes can be done to the Tableau Server Change the Tableau server name […]

Continue reading


Joins in SQL

Joins in SQL are used to combine two or more tables. It returns the matching rows from the combined tables by using reference column in both the tables. Types of Joins: Inner Join: Inner join or Equi-join, returns rows from the both the tables based on the matching values of the columns. Example: Below we […]

Continue reading


Tableau Dashboards

Tableau is a great visualization application. Tableau dashboards are one of the many ways to visualize data.  Tableau helps in extracting data from variety of data sources and present it in the form of Tables, Charts and Maps. Tableau helps in answering business questions effectively. Tableau knowledge is important for both business users and developers. […]

Continue reading


Tableau – Color coding

It is very useful to perform color coding in your visualization. You can show values which are above or below a threshold value in a different color. In Tableau you can achieve this by using a calculated field. Steps: Create a visualization according to your requirements Create a calculated field on the column you want […]

Continue reading