The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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