Forum Discussion
Assistance Needed with Lookup Function Issue in Power BI
- 2 years ago
Among the solutions considered, I have selected the DAX function (MINX and FILTER). As a reminder, this is the formula syntax:
---------------------------------------------------------------------------------------------------------------
ResultColumn = MINX(
FILTER(
Table2,
Table2[ID] = Table1[ID]
),
Table2[ValueToLookup]
)Thanks again HotChilli for your support, I could sort this thanks to your guidance.
Among the solutions considered, I have selected the DAX function (MINX and FILTER). As a reminder, this is the formula syntax:
---------------------------------------------------------------------------------------------------------------
ResultColumn = MINX(
FILTER(
Table2,
Table2[ID] = Table1[ID]
),
Table2[ValueToLookup]
)
Thanks again HotChilli for your support, I could sort this thanks to your guidance.