Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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?
@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