Hi @Learner DAX ,
Suppose that you want to calculate the number of days between the date with last execution Date.
Try with below expression:
=DateDiff("d",Fields!ExecutionDate.Value,Fields!YourDate.Value)
If I misunderstand your need, please incorrect me.
Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
What can I do if my transaction log is full?--- Hot issues November
How to convert Profiler trace into a SQL Server table -- Hot issues November