Esha
Esha

Reputation: 57

Tableau dashboard filter body-text display

I have week filter in my tableau dashboard, but the body of it has just numbers 1, 2, 3.. displayed. How can I have them displayed as
Week 1
Week 2
Week 3 and so on.

enter image description here

Upvotes: 1

Views: 54

Answers (1)

Alokin
Alokin

Reputation: 505

You can make a calculated field, call it "Week Filter" and in the body of the calculation type: "Week " + STR([Week]), and use this new field as a filter.

Upvotes: 1

Related Questions