Forum Discussion
Janee
1 year agoFrequent Visitor
Feature request: Ability to adjust dynamic title when using field parameters
It's great that titles in visuals can be dynamic based on the field parameters! I use three parameters in my visual y-axis: parameter with sessions, unique visitors, pageviews, interaction events. x-...
Anonymous
1 year agoNot applicable
Thank you rohit1991
Hi, Janee
Based on your description, I've created the following example data:
Again, I have two field parameters:
Create the following title measure
Title =
VAR _x= MAX('X-aixs'[X-aixs])
VAR _measure = MAX('Parameter'[Parameter])
RETURN _measure & " per " & _x
Apply it in your charts:
Here are the results:
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.