Forum Discussion
Kfausch
Helper II
7 years agoHow to SUM a measure using MAX
I have a table in which I am trying to calculate product waste, the issue is I need to SUM the yield but only on the last entry for a particular document. This is the forumla I am currently using...
- 7 years ago
I see what you mean - have you considered creating a deduped version of the table then calculating for each row, eliminating the dedupe inside the calc?
ThomVF
Advocate IV
7 years agoLooks like it is giving you the last value calculated, not the MAX?
Are you using calculated columns or calculated measures?
Kfausch
Helper II
7 years agoI am currently trying with meausures, but I tried to make it work with calculated columns as well.
- ThomVF7 years ago
Advocate IV
I found this tutorial/article - maybe it sheds some light on whats happening...
https://www.jetglobal.com/blog/calculated-columns-vs-measures/