Forum Discussion
jbenson
4 years agoHelper III
VALUELOOKUP
I think VALUELOOKUP is what i am wanting to use. I am trying to pull a freight rate column from one table and put those values into another table.
Total Freight = LOOKUPVALUE(LoadTrackingData[Driver],LoadTrackingData[TotalFreightRate],'DRIVER BONUS'[Driver]) here is the formula i am using. but i get an error. i am wanting to show the values of total freight from the load tracking table in the driver bonus table.
7 Replies
- vojtechsimaSuper User
Hi, jbenson
If you wanna find Total Freight, you have to write it like this:LOOKUPVALUE(LoadTrackingData[TotalFreightRate],LoadTrackingData[Driver],'DRIVER BONUS'[Driver])