Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi,
I have a card visual that shows the name of the selected section of a shape map (In this case Ward name) using this measure:
I'm trying to revise the measure so that it shows 'Total Wards' if nothing has been selected on the shape map, otherwise it displays the Ward name.
Can somebody point me in the right direction please?
Solved! Go to Solution.
Hello @Fusilier2,
Can you please try this approach:
Wardmeasure =
IF(
ISBLANK(SELECTEDVALUE(Wards_December_2022_Boundaries_UK_BGC_6200513685334869522[WD22NM])),
"Total Wards",
SELECTEDVALUE(Wards_December_2022_Boundaries_UK_BGC_6200513685334869522[WD22NM])
)
Hello @Fusilier2,
Can you please try this approach:
Wardmeasure =
IF(
ISBLANK(SELECTEDVALUE(Wards_December_2022_Boundaries_UK_BGC_6200513685334869522[WD22NM])),
"Total Wards",
SELECTEDVALUE(Wards_December_2022_Boundaries_UK_BGC_6200513685334869522[WD22NM])
)
Thank you!
Anytime! If you have any more questions, feel free to reach out to me 🙂
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 25 | |
| 25 | |
| 23 |