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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
makcim392
Advocate I
Advocate I

missing percentage option for conditional formatting of a measure based on rules

hi everyone,

 

I'm doing conditional formatting for a measure on a matrix. I think some bug may be involved, as previously I had an option (where the red rectangle is) for each rule, which let me choose between percentage or number. 

 

for power bi.png

 

How come that option is missing, when I used it just a couple of days before?

 

regards!

3 REPLIES 3
v-eachen-msft
Community Support
Community Support

Hi @makcim392 ,

 

If this situation still happens, you could create a measure as a rule.

You could refer to the following measure.

Measure =
IF (
    SELECTEDVALUE ( 'Table'[Column1] ) > 1
        && SELECTEDVALUE ( 'Table'[Column1] ) < 4,
    "red",
    IF ( SELECTEDVALUE ( 'Table'[Column1] ) >= 4, "yellow", "white" )
)

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
amitchandak
Super User
Super User

Just close and open power BI once. I tried in font color and seem like getting. What kind measure you selected. Means does formula has average or Min or Max

 

Screenshot 2020-02-20 23.20.43.png

 

Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @

Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Proud to be a Datanaut Connect on Linkedin

already tried, reinstalling again too

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.