We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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 !
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |