Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
Hi, @jbenson
If you wanna find Total Freight, you have to write it like this:
LOOKUPVALUE(LoadTrackingData[TotalFreightRate],LoadTrackingData[Driver],'DRIVER BONUS'[Driver])
i get an error that says a table of multiple values was supplied where a single value was expected
pls check the data ,i think there is a one to many relationship.
could you pls provide the sample data?
Proud to be a Super User!
i removed any relationships i had, but i still got the same error. What i am trying to accomplish is take the payroll % from table the driver bonus and divide by the freight rate from the load tracking table, i need to do this on a per row basis so its by each driver. i do the add column and try and divde the payroll % by the total freight rate but i get the same value for each row. I am not sure if my date columns are messing me up because one has the date by the week on the driver bonus table and the load tracking table is a date by each day? i have uploaded the snap shots of the two tables
could you pls provide the sample data and expected output?
Proud to be a Super User!
DATE | HOURS | BASE PAY | TOTAL PAYROLL | PAY % INCOME | DRIVER |
3/26/2022 | 69.5 | 12 | =ROUND(IF(B15>40,(((B15-40)*1.5)+40)*C15,C15*B15),2) | =sum total payroll/freight income | SMITH |
3/19/2022 | 62 | 12 | =ROUND(IF(B15>40,(((B15-40)*1.5)+40)*C15,C15*B15),2) | =sum total payroll/freight income | SMITH |
DATE | FREIGHT RATE | DRIVER |
3/25/2022 | 175 | SMITH |
3/24/2022 | 150 | SMITH |
So here is how it laid out the hours are totaled by the week and trucking is by the day. Our weeks go Sunday to Saturday. here is how the excel sheets are laid out
still not quite understand your request.
You have two tables. First table has three columns: date, hours, base pay
second table has three columns: date freight rate, driver
you want to get the last three columns of first table?
what's the expected output?
is the total payroll below correct?
how to get the freight income?
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
76 | |
63 | |
51 | |
48 |
User | Count |
---|---|
204 | |
86 | |
64 | |
59 | |
56 |