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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.