I am new to PowerBI.
I was trying to create a dynamic title for my POWERBI project. I went through some videos. All videos asks me to create measure. I did as the video suggested and the code that I put in was:
Measure = IF(ISCROSSFILTERED('Dash_ER'[County]),"Visted county -" & FIRSTNONBLANK('Dash_ER'[County],TRUE()), "ER Utilization")
I have a Tree map with different counties. When I click on one of the county I want the title to change to - Visited county - 'county name selected' and if none selected I want to print 'ER Utilization' as my title.
I did this but nothing seems to happen. When I drag and drop the measure into the white area it just displays measure. When I click on ...(three dots) on top the box and clicked on see data. There it display the value that I want.