Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Here is my table visual, I want to apply conditional formatting to each row to see if we meet our target every month. I know field value might work, but I don't know how to set up a field value. Please help!!! My brain doesn't work LOL, I was stuck here for 2 days. Really need help.
Solved! Go to Solution.
Hi @Anonymous ,
Conditional formatting of bolded text is not currently supported, please submit your ideas here.
https://ideas.powerbi.com/ideas/
Best Regards,
Winniz
I think if I can create a measure that only contains one row, then it's ok to use it to set up the field value.
here is my code. But I don't know why it affects all the rows.....
Hi @Anonymous ,
If your months are columns in the table, then you have to create separate measures for each month. Take January as an example.
Jan_Color =
IF (
SELECTEDVALUE ( 'CORP KPIs 1'[ID] ) = "CAPA aging",
IF ( SUM ( 'CORP KPIs 1'[Jan] ) <= 225, "Green", "Red" )
)
If you want to do this in a measure, then you need to unpivot these month columns in Power Query and then create the measure.
color =
IF (
SELECTEDVALUE ( 'CORP KPIs 2'[ID] ) = "CAPA aging",
IF ( SELECTEDVALUE ( 'CORP KPIs 2'[Value] ) <= 225, "Green", "Red" )
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi V,
Thank you for reply this.
Do you know if there is a way to bold a single column?
Hi @Anonymous ,
Conditional formatting of bolded text is not currently supported, please submit your ideas here.
https://ideas.powerbi.com/ideas/
Best Regards,
Winniz
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 |