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

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

Reply
Dklein
Helper I
Helper I

Create Aging on column shown

Hello All,

 

   I have been asked to create an Aging filter on my Power BI Table. 

 

I have been trying to add columns / create custom columns and tried to follow steps found in other threads but im having an hard time. Once i apply a formula and press apply, it removes the whole table and all my visuals show "Fix this".

 

Please let me know if anyone can help!

 

Best, Issue.PNG

 

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Dklein , In DAX, you can create a new column like

 

Datediff([Created Date], today(), Day)

 

In column in Power Query

 

Duration.Days(DateTime.Date(DateTime.LocalNow()) - DateTime.Date([Created Date]))

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

Dklein
Helper I
Helper I

Hello,

 

   Thank you for the assistance. The column you provided worked but not for what is required. I need to have the aging of the CreateDate column. This provides me with : A sum / avg / min/max / count / standard deviation / |Variance / Median. When i try to mimic the "Aging" formula i have on another sheet, it does not pop up anything. Please see photos below.

 

Please let me know if this is possible. 

 

Best,

 

 

aging 1.PNGaging.PNG

 

 

View solution in original post

2 REPLIES 2
Dklein
Helper I
Helper I

Hello,

 

   Thank you for the assistance. The column you provided worked but not for what is required. I need to have the aging of the CreateDate column. This provides me with : A sum / avg / min/max / count / standard deviation / |Variance / Median. When i try to mimic the "Aging" formula i have on another sheet, it does not pop up anything. Please see photos below.

 

Please let me know if this is possible. 

 

Best,

 

 

aging 1.PNGaging.PNG

 

 

amitchandak
Super User
Super User

@Dklein , In DAX, you can create a new column like

 

Datediff([Created Date], today(), Day)

 

In column in Power Query

 

Duration.Days(DateTime.Date(DateTime.LocalNow()) - DateTime.Date([Created Date]))

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
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.