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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
vjnvinod
Impactful Individual
Impactful Individual

Color codes and font

Hi,

 

How do i replicate the same colors of PPT to POWER BI dashboards?

 

Regards

4 REPLIES 4
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @vjnvinod,

 

What color do you want to replicate? Could you please provide more description about your requirement?

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-yulgu-msft

 

Hi Basically i have a corporate slides (PPT) which uses corporate fonts and colors , what my requirement is to build those slides in Power BI (which i am currently working on) and use the same color palatte and fonts as its originally in my slides.

 

Let me know if you need the draft version of slides to help me out.

 

 

Hi @vjnvinod,

 

You should know the color type and font names used in PPT, then, you can specify the same color and font in a report theme file which will be imported into desktop. See: Use Report Themes in Power BI Desktop.

 

Besides, here is a thread showing how to use PPT template as Power BI report background.

 

Best regards,

Yuliana Gu

 

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @vjnvinod,

 

You could import a custom theme woth your PPT color scheme.

Add this kind of code in e.g. Notepad - use HEX codes for colors, HEX codes start with "#". Save it as a text file.

 

{
    "name": "PPT Colors",
    "dataColors": ["color1", "Color2", "Color3", "Color4", "Color5"],
    "tableAccent": "ColorX"
}

Then import this custom theme into Power BI Desktop. Remember to search all files (not just .json files) so you can find the text file.

 

theme.PNG

txt.PNG

 

 

 

 

 

 

 

Heres some additional info.

 

Br,

 

T

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors