Forum Discussion
vjnvinod
8 years agoImpactful Individual
Color codes and font
Hi, How do i replicate the same colors of PPT to POWER BI dashboards? Regards
Anonymous
8 years agoNot 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