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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
godtooro
Helper II
Helper II

Rest dates

Dear all!

I've two columns with dates: Invoice date and Due Date.
I want to rest and calculate the days diference between both columns but I'm obtaining the error: "more than value expected".

godtooro_0-1703581500126.png

I'm making: 

Pending - Days between Invoice and Last Expiration Dates =

//Average number of days it takes to get a pending invoice paid / cleared

var _stardate = ALL(BIFAR000[Invoice Date])
var _enddate = ALL(BIFAR000[Due Date])

RETURN

DATEDIFF(_stardate, _enddate, DAY)


What's wrong?

1 REPLY 1
Ahmedx
Super User
Super User

why ALL , needs to be deleted ALL
needs to be replaced with MAX

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.