Forum Discussion
Is it possible to disable the formatting?
Hi Anonymous,
What type of disabling you mean? Remove data color formatting options or remove the detail color settings?
If you mean the format option, it is the basic part of the formatting option, you cant do custom to disable it.
If you mean the detailed data color setting of each data label, it is possible. You can enable conditional color formatting on data color, then this option will show the formatting based on expression instead of showing the detailed color settings.
Tips and tricks for formatting in reports#conditional-formatting-for-visualizations
Regards,
Xiaoxin Sheng
- Anonymous5 years agoNot applicable
Hi Xiaoxin Sheng
Thank you so much for your reply.
and I'm sorry for the late reply.>What type of disabling you mean? Remove data color formatting options or remove the detail color settings?
>If you mean the format option, it is the basic part of the formatting option, you cant do custom to disable it.
>If you mean the detailed data color setting of each data label, it is possible. You can enable conditional color formatting on data color, then this option will show the formatting based on expression instead of showing the detailed color settings.
I mean the format option. I see, I cant disable it.
Good thing we know it early.
Thank you so much.
Regards.- Anonymous5 years agoNot applicable
HI Anonymous,
For this scenario, you can try to do the following steps to improve the usage of power bi visuals:
1. Submit an idea to add support to turn on/off the color formatting options on raw visuals.
2. Design a custom visual that similar to raw visuals, then you can remove the color formatting parts when you coding the formula.Regards,
Xiaoxin Sheng
- Anonymous5 years agoNot applicable
Hi Anonymous : Xiaoxin Sheng,
Thank you for your reply and teach me!
>1. Submit an idea to add support to turn on/off the color formatting options on raw visuals.
sorry, idea is this site (https://ideas.powerbi.com/ideas/)?
>2. Design a custom visual that similar to raw visuals, then you can remove the color formatting parts when you coding the formula.
I am making custom visual now (pbiviz), "color" is just example, so I want to disable text/dropdown/color/toggle formatting.
I see, CustomVisual can't "disable" some formatting
I found this thread.
https://community.powerbi.com/t5/Custom-Visuals-Development/disable-custom-objects-properties/td-p/307773
maybe dm-p said also...
But can"remove" some formatting! it is nice! How can I remove the formatting parts?