• Change the UseValueAsLabel to false.

    Here's an example of an expression I just wrote to test this out.

    If Revenue for Department / TotalRevenue > .1, then show Department revenue, else "" Blank

    =iif(Sum(Fields!Revenue.Value) / Sum(Fields!Revenue.Value, "DataSet1") > .1, Sum(Fields!Revenue.Value), "")