Forum Discussion

jbenson's avatar
jbenson
Helper III
4 years ago

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

  • Hi, jbenson 
    If you wanna find Total Freight, you have to write it like this:

     LOOKUPVALUE(LoadTrackingData[TotalFreightRate],LoadTrackingData[Driver],'DRIVER BONUS'[Driver])
    • jbenson's avatar
      jbenson
      Helper III

      i get an error that says a table of multiple values was supplied where a single value was expected

      • ryan_mayu's avatar
        ryan_mayu
        Super User

        jbenson 

        pls check the data ,i think there is a one to many relationship.

        could you pls provide the sample data?