Dave Lefler on 22 Mar 2019 22:50:57
I want to be able to assign colors to all visuals in a file or on a page based on the data value. For instance, if my data pertains to different fruits I'd want all visuals showing data about apples to be red, oranges to be orange, bananas to be yellow, etc. Perhaps this can be implemented by adding functionality to the existing custom JSON theme?
- Comments (2)
RE: Data color based on value
This would make theme branding using a JSON file so much more powerful. Right now the data value with the highest count loads the first theme color in the list. We use the same pbix file in different environments so the data values are not consistent. Manually setting data colors on each visual is not a solution we can support long term.
RE: Data color based on value
Same here. My team are developing multiple reports using some common dimensions. Would like to be able to lock in the colour for each dimension value so that visuals maintain consistent styling across all the reports -- e.g. the pie slice for "apple" is always red, or the chart line for "Banana" is always yellow, etc. We were hoping the colours could be defined via our custom JSON theme or in the dimensional table somehow.