Forum Discussion
Anonymous
6 years agoNot applicable
DateDiff sum
Hello - I would like to, using DAX or mquery, fix the issue I am having below. Trying to sum up the days between when a Lead is created by our salespeople....and when that actual account (from ...
- 6 years ago
Hi Anonymous ,
You can go to data view>select the calcualted column>column tools>"dont summarize":
And when you put the column value in a visual you will see:
The valued is not summed up automatically.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
az38
6 years agoCommunity Champion
Anonymous
this behaviour ais explained by that fact that you have a few rows with the same pair Lead - Acc dates.
you need to define business logic how do you want to calculate cases with two identical date's pairs