0

I'm looking for a date slicer (see below proof of concept)

enter image description here

The main features should be:

  1. The selection is aggregated by month
  2. The text on top of the slicer should have the month and year just like how its illustrated above.

Any guidance on creating custom visualisations is appreciated!

Attempt 1: The closest I could get is to use Timeline slicer

enter image description here

And this is the output I managed to create - is there a way I can get the year as well on the slicer next to the month? (Nov-19 and not just Nov) enter image description here

Mishal
  • 450
  • 9
  • 27
  • There is a custom visual that does this already in the store, and some others as well. https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104380786?tab=Overview – Jon Feb 06 '21 at 11:11
  • thanks @Jon I've updated the question with an attempt - any ideas on how to get the year too in addition to the three letter month name? – Mishal Feb 06 '21 at 19:05

1 Answers1

1

This was the closest I got.

Sample

To get this, you'll need to head to Visualizations > Format > Labels > Display All.

Data Label

Range Header

To get the header, Visualizations > Format > Range Header.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Belinda
  • 11
  • 1