This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Solved! Go to Solution.
Try this:
Date.AddDays(DateTime.LocalNow(), -1 * [no of lag days])
And you can change the type of the custom column to Date.
Try this:
Date.AddDays(DateTime.LocalNow(), -1 * [no of lag days])
And you can change the type of the custom column to Date.
Thank you, that worked as a custom column
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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 23 | |
| 22 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 60 | |
| 35 | |
| 28 | |
| 22 | |
| 21 |