Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

How to format the fields

Hi All

I created a report using multi card , which has 3 values  (start, inprogress ,end - as titles ) and have values 22 27 29 , i am not talking about conditional formatting , but i want to have the numbers color coded ( for example 22 balck, 27 red and 29 is green).

Thanks

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

We cannot achieve that by multi card visual, We can work that out by table visual. Here I create a measuare and use conditional formatting based on the measure as below.

 

Measure =
SWITCH (
    TRUE (),
    SUM ( Table1[value] ) = 22, "#b20000",
    SUM ( Table1[value] ) = 25, "#ffc04c",
    SUM ( Table1[value] ) = 27, "#a500ff",
    "#198c19"
)

 

Capture.PNG

 

For more details, please check the pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

5 REPLIES 5
v-frfei-msft
Community Support
Community Support

Hi @Anonymous ,

 

Based on my test, it is not possible to meet your requirement currently.You can come up a new idea about that and add your comments there to improve Power BI and make this feature coming sooner.

 

https://ideas.powerbi.com/forums/265200-power-bi-ideas

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
Anonymous
Not applicable

Thanks how about i do conditional formatting like column value >=0 black, column B >=0 Red......

how and where can i do the conditional formatting?

Thanks

Hi @Anonymous ,

 

We cannot achieve that by multi card visual, We can work that out by table visual. Here I create a measuare and use conditional formatting based on the measure as below.

 

Measure =
SWITCH (
    TRUE (),
    SUM ( Table1[value] ) = 22, "#b20000",
    SUM ( Table1[value] ) = 25, "#ffc04c",
    SUM ( Table1[value] ) = 27, "#a500ff",
    "#198c19"
)

 

Capture.PNG

 

For more details, please check the pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Hi @Anonymous ,

 

Does that make sense? If so, kindly mark my answer as the solution to close the case please. Thanks in advance.

 

Regards,
Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
Anonymous
Not applicable

Thanks i need for multicard though. Thanks for the answer and your time greatly appreciate it.

Helpful resources

Announcements
Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.