How to create a new column in tableau?

BI Tools

Can anyone tell me how to create a new column in tableau?

1
Answers

Replies

Ans: Yes, you can create a new column in Tableau. Let me take an example of adding two dimensions in order to create a new calculated field called Clothing category&East Region, which will meet the two conditions. Below is the code or calculation:


IF [Category]=’Clothing’ AND [Region]=’East’

THEN

[Category]+' '+[Region]

END

Once done, put the same in the view and filter off Null, it will definitely work , which includes two different dimensions Category and Region when “Clothing” and “East” are the values.

 
 

If you want to unleash your potential in this competitive field, please visit the BI Tools course page for more information, where you can find the BI Tools tutorials and BI Tools frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.