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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
knishal
Regular Visitor

Show OverDue Task - Sharepoint Task List

Hi I am using a sharepoint task list to visualize data. I would like to create two additional column to view overdue task and completed task. I got the following error:

 

knishal_1-1661368110740.png

 

 

knishal_0-1661368093084.png

 

2 REPLIES 2
knishal
Regular Visitor

I was able to add this fucntion that show overdue task and upcoming task. Can I modify this to show only overdue task?

 

OverDue = DATEDIFF(TODAY(), Tasks[DueDate], DAY)

Hi, @knishal 

The error message in the screenshot can not be recognized. Can you post the error message here?

"First startdate" may mean that the startdate column is of type "text" instead of "Date", please double check the data types of the "Startdate" and "Duedate" columns.

 

You can also try measure

OverDue = IF(MAX('Table'[DueDate]<TODAY(),1,0))

or Calculated column

OverDue = IF('Table'[DueDate]<TODAY(),1,0)

and apply it to visual filter pane.

 

Best Regards,
Community Support Team _ Eason

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.