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.
I am subtrating two date column which is calculated but getting output as summed don't know why . Below is one example of that right one is good as it is 197 it calualyed in M query . left one is calculted in power bi desktop calulated column .
Solved! Go to Solution.
Hi @navneet0512
Try this DAX for calculated column :
Hi @navneet0512 you can replace the order of the parameters of the formula.
Just note that in your example start day is after the end day ...so the result will be (-197)
Hi @navneet0512
Try this DAX for calculated column :
want to subtract order recieved date from actual ship date means [actual shipdate - order recieved date]
Hi @navneet0512 you can replace the order of the parameters of the formula.
Just note that in your example start day is after the end day ...so the result will be (-197)