Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Createing a slicer for missing values in a certain table

Hi,  I'm trying to create a filter so I can filter products that are/aren't classified as "Killers" in my company marketing strategy. My data model is structured this way:     The 'Killer...
  • v-yingjl's avatar
    v-yingjl
    5 years ago

    Hi Anonymous ,

    You can use Lookupvalue() function to create the corresponding killer columnn based on the two related columns:

    Killer = LOOKUPVALUE(Killers[Killer],Killers[SKU],'PRODUTO'[CODIGO PRODUTO])

     

    Best Regards,
    Community Support Team _ Yingjie Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.