Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Reply

Average task per day

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? 

1.png

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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

 

ryan_mayu
Super User
Super User

@Andrew_na_lang 

pls try 

average task per drive / datediff(min(date),max(date),day)





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.