The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have this below measure to calculate No. of jobs Closed/Completed withing 48 hrs-
Solved! Go to Solution.
@learner03 , if you have some date column
COUNTAX(filter('Packing Jobs','Packing Jobs'[Time_Taken(Hrs.)] <= 48 && 'Packing Jobs'[Date] = today()), COUNT('Packing Jobs'[JobID]))
@learner03 , if you have some date column
COUNTAX(filter('Packing Jobs','Packing Jobs'[Time_Taken(Hrs.)] <= 48 && 'Packing Jobs'[Date] = today()), COUNT('Packing Jobs'[JobID]))
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |