Forum Discussion
Let enduser control fonts i embeded solution
In the Power BI embedded solution I created, I let my users change font types and all of the colors on the app itself.
To change the colors on a report, you would need to get creative.
I created a Parameter and made the values go from 1 to 595.
I created a color table using the enter data feature and added a column for color, code, and id. I downloaded the color codes from the web.
Then I joined the color table to the parameter table on ID.
Then I created a simple measure that grab the color code.
Lastly, I passed the color into the background expression.
Here is the result in a animated gif. To view the full report you can go to https://www.podiumbi.com/powerbi-reporting-software/ and in the footer there is a link for the color picker. If you want the PBIX file just email me.
But this would not work for font-size and other items that that does not have conditional formating right?