Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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 October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
96 | |
90 | |
79 | |
67 |
User | Count |
---|---|
150 | |
118 | |
111 | |
106 | |
95 |