Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)

I am using a slicer monthly wise and i wanted the color to change the color slicer when I clicked on the slicer it's showing black, but I wanted to change it to green

enter image description here

2 Answers

0 votes
by (22.5k points)
edited by

It cannot be changed by a normal slicer, It can be changed by using Chiclet Slicer, These are the slicers that are made of buttons that are horizontally arranged for efficient uses

Are you willing to learn power bi, Check the Power BI Developer provided by Intellipaat

This blog will help you more on this.

Check the following video to know about Power BI data visualization: 

Check out the Power BI online training provided by Intellipaat to learn and master this tool.

0 votes
by (1.5k points)

Directly change the background color of specific item selected through slicer is not possible, but an alternate way  is to -

  1. Create a measure in powerbi to retrieve the selected value. Refer to the below dax function

SelectedItem = SELECTEDVALUE(YourTable[YourColumn], "No Selection")

  1. Now you can display this measure on a card visual and set the background color as per your wish.

Related questions

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...