Forum Discussion

architsharma09's avatar
architsharma09
Frequent Visitor
2 years ago

Power BI Matrix Conditional Formatting

I'm able to format my visual like this using the solution of creating a measure RAG and then applying the conditional formatting based on field value for this problem - "the values in the growth% field are highlighted when the franchise value is greater than the total value 19.30% from a top view only. And this formatting should not be applied when I'm drilling down to the next column which is market"

 

But whenever I'm trying to filter out any of the market value this conditional formatting is not working. For example I want to filter out America from the Market column value

 

RAG = 
IF( NOT ISFILTERED(yourdata[Market])
&& [Growth] > 0.0193, "Green")

 

speedramps 

2 Replies