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.
Thanks, it's helpful. You will understand why I ask for proof.
What's the datatype on the client_id? Has the type been changed at any point?
--
Test this by hardcoding the LOOKUPVALUE to look for client_id 1564. If it returns values correctly then the client_id is not really 1564 for the rows that are not working (it might look like it but something will be amiss)