Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
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")
You are fully right ! I have complicated my life for nothing Thank you ! it work as needed !
You are fully right ! I have complicated my life for nothing Thank you ! it work as needed !
Check out the July 2025 Power BI update to learn about new features.