Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register 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 April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
75 | |
70 | |
47 | |
41 |
User | Count |
---|---|
64 | |
41 | |
31 | |
30 | |
28 |