Forum Discussion

vjnvinod's avatar
vjnvinod
Impactful Individual
8 years ago

Color codes and font

Hi,

 

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

 

Regards

4 Replies

  • Anonymous's avatar
    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.

     

     

     

     

     

     

     

     

    Heres some additional info.

     

    Br,

     

    T

  • v-yulgu-msft's avatar
    v-yulgu-msft
    Microsoft Employee

    Hi vjnvinod,

     

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

     

    Regards,

    Yuliana Gu

    • vjnvinod's avatar
      vjnvinod
      Impactful Individual

      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.

       

       

      • v-yulgu-msft's avatar
        v-yulgu-msft
        Microsoft Employee

        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