This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
When using a conditional title on a shape map, the default "highlight" filter feature prevents conditional formatting to be applied.
Example:
Shape Map has 'Country' as 'location'.
A conditional title could be:
IF( HASONEVALUE(Countries[Country]), "Selected country: " & VALUES(Countries[Country]), "All countries")
When no country is selected, the title will be "All countries".
However when selecting a country, the title does not change.
This appears to be caused by the fact that this visual uses 'highlight' filtering which apparently does not impact the filter context within the visual.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.