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 have 2 excel files ("task_sla", "sn_sm_finance_request") with matching columns (same values) in the column "NUMBER" for "sn_sm_finance_request" and "TASK" in "task_sla".
In Excel I used VLOOKUP doing a crossover comparing "NUMBER" in "task_sla" (in the field "TASK") and comparing "TASK" in "sn_sm_finance_request" (in the field "NUMBER" and then remove some duplicated values to match both Excel files.
I'm starting to work with Power BI and I want to know if there's a way to apply this (with formulas, don't know, I'm a newbie) to automate this process I do in Excel into Power BI.
Is there's a way. How formulas, which Power BI processes should I look? Maybe como bibl
Hope you can support
Solved! Go to Solution.
Hi @cesarfg1991
You can use the DAX function LOOKUPVALUE().
It returns the value for the row that meets all criteria specified by one or more search conditions.
Syntax:
LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value> [, <search2_columnName>, <search2_value>]… [, <alternateResult>] )
For more details, please refer to: LOOKUPVALUE function (DAX) - DAX | Microsoft Learn
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @cesarfg1991
You can use the DAX function LOOKUPVALUE().
It returns the value for the row that meets all criteria specified by one or more search conditions.
Syntax:
LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value> [, <search2_columnName>, <search2_value>]… [, <alternateResult>] )
For more details, please refer to: LOOKUPVALUE function (DAX) - DAX | Microsoft Learn
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
4 | |
2 | |
1 | |
1 | |
1 |