I have a pivot table in which on click(selection) of cell i drill down (filtering) data in visuals(bar chart) i need a chart title i.e same selected cell value in visuals.
I know parameter can be used in title but i store selected cell value in parameter?
Is there any alternate or suggests please.
Hi @mohitkaushik1,
Currently, the only way to dynamically handle visual titles would be through the use of a parameter like you have mentioned.
In terms of your scenario, you mentioned that you’re storing the selected cell value in the parameter; so I assume you’re trying to make your title something different than the field that you’re selecting a value from?
What is the field being used in the parameter and what is the field you’re looking to utilize in the title?
Hii Brett , i just select select and used filter(action) not storing value in parameter , i want to know is there any way to show selected cell value as title dynamically