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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
hi
Below is what my formula for calculating days
Solved! Go to Solution.
Hi @vjnvinod
also you could try DATEDIFF() function
Column = DATEDIFF('Pipeline Extract'[AnticipatedWinDate],TODAY(),DAY)
do not hesitate to give a kudo to useful posts and mark solutions as solution
sorry, i thought it worked but, its giving me wrong output, i have used below and see what it is doing
Actually if we can reverse this, it will give me the right output
Can you give me Today- anticpatedwindate
Just do this. No need for DateDiff in this scenario. + Numbers are in the future, - in the past.
worked like a charm
You have to change the Data Type to whole number.