Forum Discussion
Slicer with date
- 4 years ago
Hi Anonymous ,
Because you are using "time intelligence",it will automatically create a hidden date table,details is as shown below:
One way to solve this problem is to create 2 calculated columns as below:
Year = YEAR('Table'[Date])Month = FORMAT('Table'[Date],"MMMM")Then put the 2 columns in the fields of slicer, and you will see:
You could check my sample attached.
Best Regards,
KellyDid I answer your question? Mark my reply as a solution!
Anonymous , Try to restrict by measure
Create a measure
countrows(Table)
Anc in visual level filter check this is not blank
Hello amitchandak ,
I tried it not sure if correct but I don't think so if it is working.
Please can you send here the procedure on how to do it?
Thank you very much.
- v-kelly-msft4 years ago
Community Support
Hi Anonymous ,
Because you are using "time intelligence",it will automatically create a hidden date table,details is as shown below:
One way to solve this problem is to create 2 calculated columns as below:
Year = YEAR('Table'[Date])Month = FORMAT('Table'[Date],"MMMM")Then put the 2 columns in the fields of slicer, and you will see:
You could check my sample attached.
Best Regards,
KellyDid I answer your question? Mark my reply as a solution!