Forum Discussion
Yuval_Marnin
7 years agoFrequent Visitor
SELECTEDVALUE not working
Hi, I trying to use SELECTEDVALUE function and it is not returning any value after I filter the reoprt when pressing one bar at Bar chart. my syntex is very simple: test = SELECTEDVALUE(Y201...
- 7 years ago
Hey,
the measure Measure looks like this:
Measure = SELECTEDVALUE(Y2017[Country])
Assigning the this measure to title of the text box like so:
Creates a report like this:
Unfortunately the title will of the chart itself will not be updated, not sure if this is a bug or by design. Maybe you want to create an issue.
Regards,
Tom
TomMartens
7 years agoSuper User
Hey,
the measure Measure looks like this:
Measure = SELECTEDVALUE(Y2017[Country])
Assigning the this measure to title of the text box like so:
Creates a report like this:
Unfortunately the title will of the chart itself will not be updated, not sure if this is a bug or by design. Maybe you want to create an issue.
Regards,
Tom
Yuval_Marnin
7 years agoFrequent Visitor
Great solution, It worked for me as well.
Thank you !