Lets say the title can have three possible values and the chart will be updated dynamically, first create a table with two values. 

then use the dax below.

title =
var title = SELECTEDVALUE(Premium_Dev_filter[Value],"Signed & Ultimate Premiums") -- the 2nd argument is the default value

return title