March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Register NowGet 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
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 |
---|---|
122 | |
99 | |
89 | |
74 | |
66 |
User | Count |
---|---|
139 | |
115 | |
114 | |
98 | |
98 |