This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi all,
I want to apply color conditional formatting using 2 value.
If Cost per Order value is minimum for a particular month and for the same month the count of order if is maximum then both value shows in green otherwise red.
Kind regards,
Sahil Goyal
Hi, Any help would be really helpful
Hi, create a measure with the condition of yours and add that measure to conditional formatting "color by field"
Hi @olgad
I want only to highlight the minimum cost per order row wise. I was trying this measure but not giving me what I want.
Highest value =
VAR Maxprice = CALCULATE(MAXX(Merge1,[Cost per Order(USD)Ferry laden.]))
Var Result =
IF( [Cost per Order(USD)Ferry laden.] = Maxprice, "GREEN")
RETURN Result
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 26 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 32 | |
| 25 | |
| 23 |