Forum Discussion
(Blank) on Card
- Anonymous3 years ago
Hi,
Have you tried the below?
Revenue = CALCULATE(
Sum( Transactions[Amount]),
FILTER( Transactions,
Transactions[Account Type] IN {"Income", "Other Income"}
&& Transactions[Activity]="Dairy"
)
)
Hi,
Have you tried the below?
Revenue = CALCULATE(
Sum( Transactions[Amount]),
FILTER( Transactions,
Transactions[Account Type] IN {"Income", "Other Income"}
&& Transactions[Activity]="Dairy"
)
)
- Victorsam3 years agoFrequent Visitor
Hi Anonymous ,
Thanks for this. The card no longer shows (Blank).
However, for example, in 2020, the card shows 306,772,172/= as the result. When I check my table, that sum is from [Account Type]"Income" only.Here is a snapshot of my data.