Forum Discussion

Malinpetersson's avatar
Malinpetersson
Regular Visitor
4 years ago
Solved

Power BI DAX IN

Hi   When I have this formel, see belos, can I found what I need but if I change ,Fakturering[Artikeltyp]  to ,Fakturering[Artikelkod]   Invoiced Yesterday VAS Maskin = VAR LastInvoiceDay = [_L...
  • BA_Pete's avatar
    4 years ago

    Hi Malinpetersson ,

     

    Difficult to be certain based on the info provided, but the first thing I would check is whether [Artikelkod] is text data type.

    If it is, then your DAX should read:

    Fakturering[Artikelkod] IN {"5086", "5131", "5030"}

     

    Pete