Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
It is a very simple topic, but I can't find the solution, I need to set the days between 2 dates, try "Datediff", but it asks for the dates, but when I write the field, the program does not take it:
I also tried to create a measure in another table that pulls the date that I need, but I couldn't, can someone help me? Thanks
Solved! Go to Solution.
Hi @miguelHG
Are you sure your fields are Date or DateTime fields? I used this formula to test and it works fine:
CalculatedColumn:
Datediff = DATEDIFF('Table'[DocDate],'Table'[DocDueDate],DAY)
And for a measure:
DateDiffMeasure = DATEDIFF(SELECTEDVALUE('Table'[DocDate]),SELECTEDVALUE('Table'[DocDueDate]),DAY)
Result:
Eric.
Hi @miguelHG
Are you sure your fields are Date or DateTime fields? I used this formula to test and it works fine:
CalculatedColumn:
Datediff = DATEDIFF('Table'[DocDate],'Table'[DocDueDate],DAY)
And for a measure:
DateDiffMeasure = DATEDIFF(SELECTEDVALUE('Table'[DocDate]),SELECTEDVALUE('Table'[DocDueDate]),DAY)
Result:
Eric.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 38 | |
| 33 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 59 | |
| 31 | |
| 27 | |
| 25 |