Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Helo
With the March Update we are facing the following error on our visuals (on JSON file)
Style Preset not found - click on details
the selected style preset did not have a definition the report's custom theme definition.
How can we solve this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To clarify, are you seeing the Warning icon show up in the Visual Header, with text "Style preset not found"?
This is likely due to double-wildcard stylePreset value in your theme file, like:
"*" {
"*" {
"stylePreset" {[
"name": "Flashy Rows"
This used to only apply for Table and Matrix, which shared the same stylePreset options, but now we will try to apply this to all visuals. Since many visuals do not have a stylePreset defined, it will fail to find one and warn you about this. stylePresets for all visuals was just released last week. We will consider only showing this warning in Edit mode, it is not that useful for read-only users.
To fix this, use visualType names specifically for default stylePresets and re-upload your theme.
Note: the latest theme schema update has made validation a bit more strict, so you may need to fix other errors before you can upload themes you have used in the past.