Forum Discussion
DiePic
Resolver II
2 years agodynamically change title in drill down charts
Hi all, reading a lot of post about the subject of this post, I've find a measure that's working: DinamicTitle = SWITCH ( TRUE, ISINSCOPE ( Articoli[Descrizione] ), "Descrizione...
parry2k
Super User
2 years agoDiePic I don't think that measure will work in this case because there is no context of the column name on the title. If you put the same measure in the card visual, you will get the same value "other". Reason it works in the matrix visual because there are columns in the hierarchy.