Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Experts
I have this formula as my coloumn
Solved! Go to Solution.
What are you trying to achieve? What is the output you are looking for? Can you share some sample example?
As per your definition ( Today() - Ancticpated Date), your formula should be:
AWD_Days = DATEDIFF(TODAY(),'Pipeline Extract'[AnticipatedWinDate],DAY)
Regards,
Vivek
If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂
https://www.vivran.in/
Hi, @vjnvinod
I assume that you have wrong understanding of DateDiff function. It returns the count of interval boundaries crossed between two dates.
DATEDIFF(<start_date>, <end_date>, <interval>)
'start_date' and 'end_date' are all scalar datetime value. 'interval' means the interval to use when comparing dates. For further information, you may refer to the following link.
https://docs.microsoft.com/en-us/dax/datediff-function-dax
Please show me your expected result. Thanks.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
What are you trying to achieve? What is the output you are looking for? Can you share some sample example?
As per your definition ( Today() - Ancticpated Date), your formula should be:
AWD_Days = DATEDIFF(TODAY(),'Pipeline Extract'[AnticipatedWinDate],DAY)
Regards,
Vivek
If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂
https://www.vivran.in/
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 34 | |
| 31 | |
| 30 |