Forum Discussion

Shpongle's avatar
Shpongle
Helper III
6 years ago
Solved

Custom title based on date range slicer

I've watched some vids on how to create a custom title - lots of info out there. I'm just a bit baffled on how to create a custom title for a slicer that has a date range listed:

The only field in the slicer is called Date_Entered.

Thanks in advance!

  • Hi,

    Does this measure work

    = "Records from "&MIN(Data[Date_Entered])&" - "&MAX(Data[Date_Entered])

    Place this measure in a card visual.

4 Replies