Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
how to make the background and the title color same on a native card in powerbi
It's the same process, you need to know the gradient palette and put each color's HEX code.
Proud to be a Super User!
How do i find the gradient paletter HEX Code and do you have an example of the measure with the gradient HEX code? Sorry I'm new to PowerBI. Thanks.
You can go to this page as an example: https://coolors.co/gradient-palette/1cdce8-bb77ed?number=7
Choose your start and end colors and then click on "Open in the generator"
It will show you something like this
Those codes (#1CDCE8, #2ED1E9, etc.) are the ones you'll input in your measure.
Proud to be a Super User!
Fab - Thank you!
Go to the Formatting pane of the Card > General > Effects > Background and Select your color.
Now, scroll up to Title go to Text color and select color.
You can pick the same by using the Recent colors palette.
You can replicate that in the Category label as well
Proud to be a Super User!
how do i put in a range of numbers instead of one number under format style(Gradient) Minim, center and maxmum. For example i want to set minimum to have one color for only values between 0 - 10? because i want colors in background to automatically change when the title colors are changing
In that case you would need to create a measure which establishes the colors upon your ranges and use the fx on the color to base it upon a Field value (the measure). You can't create a gradient for those items unfortunately, you need to create it through the measure.
Proud to be a Super User!
how do you create a measure?
Go to Home and click on new measure
There a formula box will be enabled where you would need to type the conditions for your colors:
I can help you create it if you provide a base color and the field you want to evaluate against.
Proud to be a Super User!
Please write a sample with any color and imaginary field
Here it is:
Color Example= SWITCH(SUM('Table'[Column1]), 1, "#00FFFF", 2, "#0000FF", 3, "#89CFF0", 4, "#0096FF")
Proud to be a Super User!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 35 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 75 | |
| 72 | |
| 38 | |
| 35 | |
| 25 |