Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.