Forum Discussion
agd50
2 years agoHelper V
Dynamic Subtitle (with Drilldown)
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 Q...
- 2 years ago
Hi agd50
Can you please create a measureDynamic 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
PijushRoy
2 years agoCommunity Champion
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
agd50
2 years agoHelper V
So simple but truly genius