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 Community,
I need help in writing a DAX for retrieving a value from another coumn based on a condition.
For example in the following dataset, for P_id =3, I want to compare the corresponding addres_id (567) with any existing address ids, if a match is found populate address column with its corresponding address(in this case populate 'FGH')
Many thanks in advance,
Meena
Solved! Go to Solution.
Hi @Anonymous ,
try this code for a calculated column:
OR
Hi @Anonymous ,
try this code for a calculated column:
OR