Dynamic title not displaying in POWERBI -


i new powerbi.

i trying create dynamic title powerbi project. went through videos. videos asks me create measure. did video suggested , code put in was:

   measure = if(iscrossfiltered('dash_er'[county]),"visted county -" &  firstnonblank('dash_er'[county],true()), "er utilization") 

i have tree map different counties. when click on 1 of county want title change - visited county - 'county name selected' , if none selected want print 'er utilization' title.

i did nothing seems happen. when drag , drop measure white area displays measure. when click on ...(three dots) on top box , clicked on see data. there display value want.

when drag measure white area, power bi defaults kind of chart (clustered column chart me).

default

what need change card clicking on card visualization while original visualization selected. can turn off category label of card if like.

card

the text of card update when select different items tree map.

results

for more information, check out post ryan wade.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -