TRUE
Van toepassing op:berekende kolom
berekende tabel
Meting
Visuele berekening
Retourneert de logische waarde TRUE
.
Syntaxis
TRUE()
Retourwaarde
Altijd TRUE
.
Opmerkingen
Het woord TRUE
wordt ook geïnterpreteerd als de logische waarde TRUE
.
Opmerking
De formule retourneert de logische waarde TRUE
wanneer de waarde in de kolom 'InternetSales_USD'[SalesAmount_USD] groter is dan 200000.
= IF(SUM('InternetSales_USD'[SalesAmount_USD]) >200000, TRUE(), false())
In de volgende tabel ziet u de resultaten wanneer de voorbeeldformule wordt gebruikt in een rapport met 'ProductCategory'[ProductCategoryName] in rijlabels en 'DateTime'[CalendarYear] in kolomlabels.
Rijlabels | 2005 | 2006 | 2007 | 2008 | - | Eindtotaal |
---|---|---|---|---|---|---|
Accessoires | FALSE |
FALSE |
TRUE |
TRUE |
FALSE |
TRUE |
Fietsen | TRUE |
TRUE |
TRUE |
TRUE |
FALSE |
TRUE |
Kleding | FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
TRUE |
Onderdelen | FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
|
Eindtotaal | TRUE |
TRUE |
TRUE |
TRUE |
FALSE |
TRUE |