Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.