This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Is it possible to create a dynamic text that will update the time frame of data when you drilldown?
Below is a chart to illustrate point:
So for example you drill down to 2020 and then Q2 - it will show it as 2020 Q2 or showing the min and max time period dynamically.
Solved! Go to Solution.
Hi @agd50
Can you please create a measure
Dynamic Title =
SELECTEDVALUE(Table[Year])&" "&SELECTEDVALUE(Table[Quarter])
In visual title, use Fx and field value. Use the measure
Let me know if that works for you
If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the Thumbs Up 👍 button if this comment helps you.
Thanks
Pijush
Linkedin
Proud to be a Super User! | |
Thanks @agd50
Proud to be a Super User! | |
Hi @agd50
Can you please create a measure
Dynamic Title =
SELECTEDVALUE(Table[Year])&" "&SELECTEDVALUE(Table[Quarter])
In visual title, use Fx and field value. Use the measure
Let me know if that works for you
If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the Thumbs Up 👍 button if this comment helps you.
Thanks
Pijush
Linkedin
Proud to be a Super User! | |
So simple but truly genius
Check out the April 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 |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 36 | |
| 32 | |
| 25 | |
| 23 |