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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

new calculated column using dates

Hi,

I need to calculate max expected lag = today()-[no of lag days] and get a date answer as the output. However I keep getting 43743 type text and I am unable to convert this into date.

When I create the calculation using DAX, this new column doesn't show up in the query editor and I am unable to convert the data type.

1 ACCEPTED SOLUTION
tarunsingla
Solution Sage
Solution Sage

Try this:

Date.AddDays(DateTime.LocalNow(), -1 * [no of lag days])

 

And you can change the type of the custom column to Date.

View solution in original post

3 REPLIES 3
tarunsingla
Solution Sage
Solution Sage

Try this:

Date.AddDays(DateTime.LocalNow(), -1 * [no of lag days])

 

And you can change the type of the custom column to Date.

Anonymous
Not applicable

Thank you, that worked as a custom column

Anonymous
Not applicable

Today is my very first day using PowerBI. I will try creating this in DAX. but is there a way to create calculated fields in the backend/edit query window? I can only find if condition there

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.