Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
Hi Fam,
I have this table visual where it shows the average task per driver from 4/1/2022 - 4-5/2022.
How could I get the average task per day per driver in the same table visual?
Solved! Go to Solution.
Hi @Andrew_na_lang ,
The denominator should be datediff +1.
measure = [average task per driver]/(datediff(min(slicer[date]),max(slicer[date]),day)+1)
Best Regards,
Jay
Hi @Andrew_na_lang ,
The denominator should be datediff +1.
measure = [average task per driver]/(datediff(min(slicer[date]),max(slicer[date]),day)+1)
Best Regards,
Jay
pls try
average task per drive / datediff(min(date),max(date),day)
Proud to be a Super User!
User | Count |
---|---|
87 | |
74 | |
69 | |
58 | |
55 |
User | Count |
---|---|
40 | |
38 | |
34 | |
32 | |
30 |