Forum Discussion

latrous98's avatar
latrous98
Frequent Visitor
5 years ago
Solved

Summerize column distinct

I'm new to dax, and I have created a table using this code. Summary installation = VAR _Table = SUMMARIZECOLUMNS('produit installé'[Netbios_Name0],'produit'[FileDescription (groups)]) return DISTI...
  • amitchandak's avatar
    5 years ago

    latrous98 , if these table have join summarize should also work

     

    SUMMARIZ('produit installé', 'produit installé'[Netbios_Name0],'produit'[FileDescription (groups)])

     

    or

     

    SUMMARIZ('produit', 'produit installé'[Netbios_Name0],'produit'[FileDescription (groups)])

     

    if these does not work

    Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.