Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am trying to apply conditional formatting in one column where i have data in percentage. I want highlight those perticular cells/records where value is greater than 5 percent. How would i do that?
I have tried lot of options but it seems, they are not working. Can someone from community please help me on this.
Thank You!
Solved! Go to Solution.
Hi @Bansi008,
As I understand, you don't want to calculate or create a dax measure, just add color for when a specific value in the column is greater than 5%?
The pic is from the article above, if you follow the steps you can add background color when the threshold is met.
Hope it helps,
Take care!
Hi @Bansi008,
As I understand, you don't want to calculate or create a dax measure, just add color for when a specific value in the column is greater than 5%?
The pic is from the article above, if you follow the steps you can add background color when the threshold is met.
Hope it helps,
Take care!
Thanks for solution.