Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I would like to create conditional formatting per field. Indeed, if my number of bins (Nombre de bacs) is lower than my minimum stock (Stock mini) then the field stock of bins (Nombre de bacs) turns red.
Solved! Go to Solution.
Hi, @Elie_HUCHET ;
You could create a condition measure.
condition = IF(MAX('Table'[Nombre de bacs])<MAX('Table'[Stock mini]),1,0)
Then
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It's AWESOME THANK YOUUUUUUU
Thank you!
Hi, @Elie_HUCHET ;
You could create a condition measure.
condition = IF(MAX('Table'[Nombre de bacs])<MAX('Table'[Stock mini]),1,0)
Then
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 10 | |
| 9 | |
| 7 | |
| 5 | |
| 5 |