Forum Discussion
Prima_
3 years agoResolver I
Avoid 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
3 years agoSuper User
Prima_ , Create a new column; format will not do in this case
month Year = format([Date], "mmm YYYY")
Prima_
3 years agoResolver 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.