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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Yes, as long as datecolumn is always less than today (in the past). The format is:
Days = DATEDIFF([datecolumn],TODAY(),DAY)
This would be for a custom column.
If it is not always in the past, you could do it this way:
Days = datecolumn = TODAY() * 1.
Hi @kishoresakamuri,
Of course, you can. The syntax of DATEDIFF() is below:
DATEDIFF(<start_date>, <end_date>, <interval>)
Best Regards,
Qiuyun Yu
DATEDIFF(<start_date>, <end_date>, <interval>)
Note :
Start date should be less then end date
Hi @kishoresakamuri,
Of course, you can. The syntax of DATEDIFF() is below:
DATEDIFF(<start_date>, <end_date>, <interval>)
Best Regards,
Qiuyun Yu
I have tried multiple times to get the diference between today and start date but always getting error. All i need is just the AGING of the line item.
Also, it should be WORKING DAYS. but I could not get beyond this...
Yes, as long as datecolumn is always less than today (in the past). The format is:
Days = DATEDIFF([datecolumn],TODAY(),DAY)
This would be for a custom column.
If it is not always in the past, you could do it this way:
Days = datecolumn = TODAY() * 1.
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 |
|---|---|
| 35 | |
| 32 | |
| 27 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 25 | |
| 24 |