You can’ refer to a math with a syntax like TableName[ColumnName]. I do understand that you have a Rates table, so you can refer to a single value with a LOOKUP() expression
You’re welcome. Bear in mind that LOOKUP returns the very first record from a liste of items. Meaning, provided you are checking a column’s value where multiple “search string” resides in the rows of the lookup table, then the expression will only return the very first row’s value of the list.
@BlakeHammond
Do you have multiple rows in this table or only a single row of data? If it’s a single row then below expression will suffice: [Installation Hours]*ANY(Rates[Markup labour Base Rate])