Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |