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
You can try the following measure.
Measure = IF(ISFILTERED(dimProducts[Products])=FALSE(),"Total los Productos",SELECTEDVALUE(dimProducts[Products]))
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for your support, but I already fixed the problem
Best regards