Forum Discussion
Prima_
Resolver I
3 years agoAvoid duplicates in date slicer
Hi, How to have distinct values in the date slicer? Thanks.
- 3 years ago
Prima_ , Create a new column; format will not do in this case
month Year = format([Date], "mmm YYYY")
- 3 years ago
Thanks Rico Zhou, but, that's not what I want. I tried creating a new column as suggested by amitchandak, but, it worked only after changing the format as shown below. Thanke amitchandak.
amitchandak
Super User
3 years agoPrima_ , Create a new column; format will not do in this case
month Year = format([Date], "mmm YYYY")
- Prima_3 years ago
Resolver I
Thanks Rico Zhou, but, that's not what I want. I tried creating a new column as suggested by amitchandak, but, it worked only after changing the format as shown below. Thanke amitchandak.