Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |