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.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.