Forum Discussion
NoobAnalyst01
8 years agoHelper I
What the difference between those two formula
Hello,
I want to count how many orders from anthoer table(wihch already join by order id with my main table) which are mared as "Y' for late 30-60 mins.
Those two formula both works(my another table called Airclic)
CALCULATE(count(Airclic[WEBORDERNUM]),filter(Airclic,Airclic[LATE_3060_FLAG]="Y"))
CALCULATE(count(Airclic[WEBORDERNUM]),Airclic[LATE_3060_FLAG]="Y")
what differnece between those two? which one is better?
Thanks
Those two formulas should be identical. It's a matter of preference for me. I like the 1st version myself but I'm weird like that.
1 Reply
- Greg_DecklerCommunity Champion
Those two formulas should be identical. It's a matter of preference for me. I like the 1st version myself but I'm weird like that.