Forum Discussion
Dynamic Title on Bar Chart
- 2 years ago
Hello, Thanks for the help.
In the end the solution was very simple, the table and the graph were not interacting with each other, the default graph had active the (highlight) and not (filter) so when I selected any product from the table the graph moved but did not change the name, I changed the interaction from scrape to filter and what I was looking for worked perfectly.
I tried the original measurement I included in the question and it turned out, I also tried the measurement you indicated above and it works too.
Thank you all for the help, problem solved.
Best regards
Syndicate_Admin
I noticed a _Filter variable should be _Filtero, please try:
Title Bar 2 =
VAR _Filtro =
SELECTEDVALUE ( dimProducts[Products], "All Products" )
RETURN
_Filtro- Syndicate_Admin2 years ago
Administrator
Hello, thanks for your help, but it doesn't work, it still doesn't work.
Greetings and thank you