Forum Discussion
juju
8 years agoHelper III
Help with Time Slicer
I like the functionlity provided by the Timeline visual below. However, it just takes too much space on my dashabords. Also, for my current dashboard, what I am really looking for is a timeline slicer that only shows the dates in "Year-Month" format - nothing else. I'd like to be able to simply use the exisiting Slicer visual and only show dates in "Year=Month" format. Possible?
1 Reply
- AnonymousNot applicable
juju,
It is not possible to show Year-Month format in Timeline slicer. You can create a Year-Month field in your table and create a slicer using this field.
Year-Month = YEAR('Table'[Date]) & "-" & MONTH('Table'[Date])
Regards,
Lydia