Amanda
9 years agoMicrosoft Employee
Color Blind Friendly
The default theme for Power BI is not the best choice for color blind users. This theme is meant to be a better choice for your reports if you have users who are color blind. It is based on the color...
Anonymous
8 years agoNot applicable
Thank you for your file. I am new to coding and have a question. What is the use of "*" and why it is being used here? Below is the extract from your code:
"visualStyles":{"*":
{"*":
{"*":[{"fontSize":8,"fontFamily":"Calibri, Cambria","color":{"solid":{"color":"#e54016"}}}],
"general":[{"responsive":true}],
"plotArea":[{"transparency":100}]
}
},
Thanks in Advance !!
jhauff77060
8 years agoAdvocate II
You can refer to Microsoft's Use Report Themes in Power BI Desktop (Preview), the Report theme JSON file format section for details on using asterisks in Themes. Also, Curbal's Power BI Template to create Report Themes with the JSON template includes a useful Guide to creating JSON files.
- Anonymous8 years agoNot applicable
Thanks Buddy. It was really helpful. I appreciate your time in responding to my query.