Resolved: Another Way for Title Meausure
Creating a title measure as per below expression should give the same result as of the video, is not it?
TitleMeasure = IF(ISFILTERED(dim_Currency),
"Sales Amount in "&SELECTEDVALUE(dim_Currency[CurrencyAlternateKey])&" vs All Currencies",
"Please Select a Currency from Dropdown Menu")