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
I am trying to get the locationame from another table by using lookupvalue.
Test3 = LOOKUPVALUE(ProductieLocatie[ProductieLocatie Naam];ProductieLocatie[BK_DYN_ProductieLocatieid];NormAfwijkingsTaken[DYN_ProductielocatieID])
based on the id, but i can't seem to get it to work.
Hi @Anonymous
Could you tell me if your problem has been solved? If it is,kindly mark the helpful answer as a solution and welcome to share your own solution. More people will benefit from here. If not, please share more details for us so that we could help further on it.
Regards,
Hey,
I assume the following: you try to create a calculated column as LOOKUPVALUE will not work inside a measure, at lease I never tried to.
But then, what is exactly your problem? Do you get an error, or "just" wrong results. If you get an error, it's most probable, that the function is not able to determine a distinct value.
Maybe this site might help:
https://dax.guide/lookupvalue/
If my assumptions are wrong and your issue are not covered from my suggestions, please elaborate more on your issue and you might also consider to create a pbix with some sample data, upload the pbix to onedrive or dropbox and share the link.
Regards,
Tom