Forum Discussion
Multiselect Slicer interaction with Doughnut chart
- Anonymous1 year ago
Hi Anonymous ,
You can try the following steps
Create two measuresText Measure = IF( SELECTEDVALUE('Table'[Market]) <> "Japan", "Data available only for Japan", "" )Background Measure = IF( SELECTEDVALUE('Table'[Market]) = "Japan", "#FFFFFF00", "#FFFFFF" )Create a card visualiization
Go to Format Visual -> Turn of the Category lable
Then go to General -> Effects, Cutom background color
Cover your Donut chart with the formatted card and resize it to completely cover the Donut chart.
Final output
Best regards,
Albert HeIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi Anonymous ,
You can try the following steps
Create two measures
Text Measure =
IF(
SELECTEDVALUE('Table'[Market]) <> "Japan",
"Data available only for Japan",
""
)Background Measure =
IF(
SELECTEDVALUE('Table'[Market]) = "Japan",
"#FFFFFF00",
"#FFFFFF"
)
Create a card visualiization
Go to Format Visual -> Turn of the Category lable
Then go to General -> Effects, Cutom background color
Cover your Donut chart with the formatted card and resize it to completely cover the Donut chart.
Final output
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly