Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Flavio2021
Frequent Visitor

Dynamic title based on slicer date timeframe

Hi I am looking for create a dynamic title that report in the title the start and end date, selected from a list of dates that can be also multiple event in the same day.

Looking around, not found the right suggestion for manipulate it correclty, so far

 

Somone can help me ?    Here the PBIX you can use as example

 

 

 

 

2 ACCEPTED SOLUTIONS
lbendlin
Super User
Super User

lbendlin_0-1712622281406.png

Note that you have too many date values in your slicer, so sampling will occur.

 

 

 

Title = "Number of item from " & FORMAT(min('Table'[Date Created]),"m/d/yyyy") & " to " & format(max('Table'[Date Created]),"m/d/yyyy")

 

 

 

View solution in original post

Flavio2021
Frequent Visitor

You are fully right !  I have complicated my life for nothing    Thank you ! it work as needed !

View solution in original post

2 REPLIES 2
Flavio2021
Frequent Visitor

You are fully right !  I have complicated my life for nothing    Thank you ! it work as needed !

lbendlin
Super User
Super User

lbendlin_0-1712622281406.png

Note that you have too many date values in your slicer, so sampling will occur.

 

 

 

Title = "Number of item from " & FORMAT(min('Table'[Date Created]),"m/d/yyyy") & " to " & format(max('Table'[Date Created]),"m/d/yyyy")

 

 

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Kudoed Authors