evento
Junte-se a nós na FabCon Vegas
31/03, 23 - 2/04, 23
O melhor evento liderado pela comunidade Microsoft Fabric, Power BI, SQL e AI. 31 de março a 2 de abril de 2025.
Registe-se hoje mesmoEste browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Aplica-se a:Coluna calculadaTabela calculadaMeasureCálculo visual
Retorna o valueTRUE
lógico .
TRUE()
Sempre TRUE
.
A palavra TRUE
também é interpretada como a valueTRUE
lógica.
A fórmula devolve o valueTRUE
lógico quando o value na coluna, «InternetSales_USD»[SalesAmount_USD], é superior a 200000.
= IF(SUM('InternetSales_USD'[SalesAmount_USD]) >200000, TRUE(), false())
A tabela a seguir mostra os resultados quando a fórmula de exemplo é usada em um relatório com 'ProductCategory'[ProductCategoryName] em Rótulos de Linha and 'DateTime'[CalendarYear] em Rótulos de Coluna.
Rótulos de linha | 2005 | 2006 | 2007 | 2008 | - | Total Geral |
---|---|---|---|---|---|---|
Accessories | FALSE |
FALSE |
TRUE |
TRUE |
FALSE |
TRUE |
Bikes | TRUE |
TRUE |
TRUE |
TRUE |
FALSE |
TRUE |
Vestuário | FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
TRUE |
Componentes | FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
FALSE |
|
Total Geral | TRUE |
TRUE |
TRUE |
TRUE |
FALSE |
TRUE |
evento
Junte-se a nós na FabCon Vegas
31/03, 23 - 2/04, 23
O melhor evento liderado pela comunidade Microsoft Fabric, Power BI, SQL e AI. 31 de março a 2 de abril de 2025.
Registe-se hoje mesmo