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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Conditional formatting color for values with "p.p"

Hi everyone,

 

I've created a table with multiple measures, but I want the value to be with "p.p" after it, so the measure is:

 

X YoY% =
VAR __PREV_YEAR = CALCULATE([X], DATESBETWEEN('Calendar'[Date],date(2022,01,01),date(2022,12,31)))
VAR Y=
([X]- __PREV_YEAR)*100

RETURN format(Y, "# p.p.")
 
I want it like the 4th row for every rows, by p.p. and not %

And I want to make it green if > 0 or red if <0 , however, 
I have more than 20 measures, and do not want to create another 20 measures just for conditional formating. Is there a simpler way to do it?
 
shakti94_0-1692979340506.png

 

Thank you!

 

1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@Anonymous you can use dynamic formatting to control the look and feel and also create a measure for the color for condition formatting.  From Thousands to Billions: The Power of Dynamic Formatting in Power BI - April 2023 Power BI Update - YouTube

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

5 REPLIES 5
parry2k
Super User
Super User

@Anonymous yes download the latest version, it will make life much easier.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

@parry2k my latest version is from Aug 2023 and I don't see that option. Can you help pls?

Anonymous
Not applicable

Needed to enable it, thanks! For those who may need -  Go to File -> Options and Settings – > Options -> Global -> Preview Features.

parry2k
Super User
Super User

@Anonymous you can use dynamic formatting to control the look and feel and also create a measure for the color for condition formatting.  From Thousands to Billions: The Power of Dynamic Formatting in Power BI - April 2023 Power BI Update - YouTube

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

Hi @parry2k,

 

Thank you so much. However, I do not have that option for dynamic:

 

shakti94_0-1692980129567.png

 

 

but I believe I have the version 2023. 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors