Forum Discussion
Summerize column distinct
- 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.
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.
the first table 'produit installé' (installed product ) contains all the products regardless of the groupe they belong to so doing a summerizeColumn without distinct give me rows as much as there is subproduct to a given category .
but when I applied the distinct ,I get as much rows for all the groupement even though that doesn't exist to start with