Forum Discussion

Prash546's avatar
Prash546
Helper I
6 years ago
Solved

Conditional formatting for values apparing through DAX logic and visualised in card visual.

I have created a DAX logic for getting values based on few logic to measure a metric, where my final result appears both in amounts and percentage and later I bring it this over to a card visual like...
  • v-gizhi-msft's avatar
    6 years ago

    Hi,

     

    You can set Card visual->Format->Data Label->conditional formatting.

    I create a simple sample to show.

    Create a color measure to check:

    Color = IF(SUM('Table'[Value])>20,"#FF0000","#00FF00")

    Apply this measure to the Card visual:

    And it shows:

    Hope this helps.

     

    Best Regards,

    Giotto Zhi