• If your data source is a database (most likely), you can add a column BoldIndicator to your query that is just a simple CASE expression:

    CASE WHEN UserName IN ('John','Mike') THEN 1 ELSE 0 END

    Then use this column in your expression on the font weight.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP