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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Aging Days Overdue Calculated Column

Hi All,

 

can you please help me with this issue I have? Currently, I have two tables, one for date and another for customer transactions. And I want to have a column where it will show the age of my receivables. Last date in my date table is 12/31/2025 and in my date difference, my due date computes against 12/31/2025. What should I do to make it so that the difference will be from the selected value in my slicer?

 

relationship on the date and customer transactions is the Posting Date from customer transactions.

MSanchezz_1-1616763834809.png

If measure is the only way for classification of current, 1-30 days due, 31-60 days dues, etc. what can be the way to make the classification be the axis in my stacked bar chart?

 

Thank you so much.

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , if you want to calculate age against max date or today you can have column

 

Age = Datediff([Due date], today(), day)

 

Using switch , you can create a bucket -new column -https://www.youtube.com/watch?v=gelJWktlR80

 

But it is based on the selected date, then you need to measure

 

Age = Datediff([Due date], selectedvalue(Date[Date]) , day)

 

In this case, you need to create a bucket using an independent table - https://www.youtube.com/watch?v=CuczXPj0N-k

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

I don't 100% understand your requirement. You want to calculate the difference between which two dates? The date slicer selects dates between 1/1/2018 and 3/26/2021, and the table shows Due Date is 3/25/2021. Is there a connection between them? And you want the difference between 3/26/2021 and 12/31/2025? Or I totally understand it wrong? Can you describe the output with some sample data to help us understand your requirement better?

 

Regards,
Community Support Team _ Jing

amitchandak
Super User
Super User

@Anonymous , if you want to calculate age against max date or today you can have column

 

Age = Datediff([Due date], today(), day)

 

Using switch , you can create a bucket -new column -https://www.youtube.com/watch?v=gelJWktlR80

 

But it is based on the selected date, then you need to measure

 

Age = Datediff([Due date], selectedvalue(Date[Date]) , day)

 

In this case, you need to create a bucket using an independent table - https://www.youtube.com/watch?v=CuczXPj0N-k

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors
Top Kudoed Authors