Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi Everyone,
I need to retrieve Rate.Value only where Rate.Type = 20 and input it to column in the ServiceTicketline table. Using Serviceticketline.ServiceRateTable and Rate.ServiceRateTable as the join.
Solved! Go to Solution.
Hi @Anonymous,
The formula could be like below. Please refer to Lookupvalue.
lookupColumn =
LOOKUPVALUE (
'Rate'[Value],
'Rate'[RateType], 20,
'Rate'[ServiceRatetable], [ServiceRateTable]
)If this can't achieve your goal, please provide a sample.
Best Regards,
Dale
I am looking to only pull back values where rate type is "20"
Whats the best way to do this?
My initial thought was a function like
Lookupvalue(
'Rate'[Value]where {ratetype}=20,
'Rate'[ServiceRatetable],
'Serviceticketline'[ServiceRateTable])
this function does not work.
Hi @Anonymous,
The formula could be like below. Please refer to Lookupvalue.
lookupColumn =
LOOKUPVALUE (
'Rate'[Value],
'Rate'[RateType], 20,
'Rate'[ServiceRatetable], [ServiceRateTable]
)If this can't achieve your goal, please provide a sample.
Best Regards,
Dale
Instead of mentioning values to filter, how can I write this to ignore certain values or blanks?
WOW! it worked!
Thank you
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 27 | |
| 25 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 54 | |
| 46 | |
| 38 | |
| 30 | |
| 21 |