This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi
I need help creating a dynamic title slicer that uses the date slicer set at between
I need for example
Total Sales 1 Jan 2025 - 31 Dec 2025 based on the selection made in the slicer
date is coming from a calendar table, sales is from the sales table
I have tried using selected value but it only returns the text part not the date
Solved! Go to Solution.
Hi @maurcoll
Can you try this measure in card visual and check based on slicer selection
Dynamic Title =
"Total Sales " & FORMAT(MIN('Calendar'[Date]), "dd MMM yyyy") & " - " & FORMAT(MAX('Calendar'[Date]), "dd MMM yyyy")
Hi @maurcoll
Titte = "Total sales " & format ( min(calendar_table[Date]), "dd mmm yyyy" )& " - "& format ( MAX(calendar_table[Date]), "dd mmm yyyy" )
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @maurcoll
Titte = "Total sales " & format ( min(calendar_table[Date]), "dd mmm yyyy" )& " - "& format ( MAX(calendar_table[Date]), "dd mmm yyyy" )
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @maurcoll
Can you try this measure in card visual and check based on slicer selection
Dynamic Title =
"Total Sales " & FORMAT(MIN('Calendar'[Date]), "dd MMM yyyy") & " - " & FORMAT(MAX('Calendar'[Date]), "dd MMM yyyy")
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 29 | |
| 25 | |
| 25 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 59 | |
| 50 | |
| 25 | |
| 20 | |
| 20 |