Forum Discussion
conditionally formatting by column
Hi mogugu_84 ,
As he said, for a customized format for a specific Value in the matrix, you can first determine under which column classification it is located, in the data you provided for Molecule.You can view the following pbix file. If it still doesn't solve your problem, you can provide the full example data and MEASURES, preferably the example pbix file, so we can help you faster.Please hide sensitive information in advance.
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
- Anonymous1 year agoNot applicable
Hi mogugu_84 ,
You can try this codeColor = IF( SELECTEDVALUE('Def market'[Molecule]) <> "Product P", "No color", IF( [3M G%] < 0 , "Red", IF( [3M G%] <= 0.153, "Orange", "Green" ) ) )Best regards,
Albert HeIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- mogugu_841 year agoHelper I
thank you, anyway i can make this number dynamic, instead of put it as 15.3%?
- Anonymous1 year agoNot applicable
Hi mogugu_84 ,
Sure. You can replace it with measure which you want to compare.Best regards,
Albert HeIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly