Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.