The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
hi .
i have two two data sets i need to check if the value of the column of 1st data set is present in 2 nd data set?
please help
Thanks in adavance
@Anonymous
Use LOOKUPVALUE()
LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value>[, <search_columnName>, <search_value>]…[, <alternateResult>])
https://docs.microsoft.com/en-us/dax/lookupvalue-function-dax
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂