Table.Profile
Syntax
Table.Profile(table as table, optional additionalAggregates as nullable list) as table
Info
Gibt ein Profil für die Spalten in table
zurück.
Die folgenden Informationen werden für jede Spalte zurückgegeben (falls zutreffend):
- minimum
- maximum
- average
- Standardabweichung
- count
- NULL-Anzahl
- Anzahl eindeutiger Werte