The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I think title is explicit, but I must to make a conditional column in my first table (Table A) but this calcul depend on column of an another table (Table B) value.
Someone can help me please ?
Solved! Go to Solution.
Hi @Imad-R ,
You can use RELATED if the tables are related or LOOKUPVALUE if the tables are not related.
RELATED:
https://learn.microsoft.com/en-us/dax/related-function-dax
LOOKUPVALUE:
https://learn.microsoft.com/en-us/dax/lookupvalue-function-dax
Hi @Imad-R ,
You can use RELATED if the tables are related or LOOKUPVALUE if the tables are not related.
RELATED:
https://learn.microsoft.com/en-us/dax/related-function-dax
LOOKUPVALUE:
https://learn.microsoft.com/en-us/dax/lookupvalue-function-dax
Hello,
Thanks for your response I have solve my problem.