Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Solved! Go to Solution.
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.
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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
112 | |
93 | |
89 | |
35 | |
35 |
User | Count |
---|---|
154 | |
101 | |
80 | |
63 | |
54 |