Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Measures greyed out on field value for background conditional formatting

Hello, 

I have placed a card visual on my report page which I would like to be either white or transparent depending on filter selection

I have trialed the following 2 measures

 

first trial measure:

GEO Make Transparent =
if( ISFILTERED(TableA[Column A])
&& values(TableA[Column A]) = "Services",
"#FFFFFF00",
"White"
)

 


2nd trial Measure

GEO Make Transparent 2 =
if( ISFILTERED(TableA[Column A])
&& values(TableA[Column A]) = "Services",
"#FFFFFF00",
"#FFFFFF"
)

 

The measure works fine but when I try to conditionally format background colour on my card to use the measure  all my measures are greyed out and I cannot select any.


Pizzwizz_0-1629369776168.jpeg

 


Any suggestions?
Thank you

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I have resolved by issue. The measure was set to format decimal , I have since set it to text and it now allows me to select it. 

Thanks for viewing

View solution in original post

5 REPLIES 5
Fowmy
Super User
Super User

@Anonymous 

Have you selected multiple values in the slicer? Set Single-Selection on for your slicer. 

Your measure looks fine

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Anonymous
Not applicable

I have resolved by issue. The measure was set to format decimal , I have since set it to text and it now allows me to select it. 

Thanks for viewing

Ty!

selimovd
Super User
Super User

Hey @Anonymous ,

 

usually they are always gray.

Can you check if you can still click on them?

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 
Anonymous
Not applicable

I cannot click/ select them.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.