Forum Discussion
Why won't this column total?
Calc Stories Uncompleted = IF('Sprint Burndown'[Date].[Date] < 'Sprint Burndown'[Sprint End Date].[Date]
Hi Anonymous ,
Yes, that is what I would generally recommend. Create a measure like SUM ( Table[Column] ).
Hope this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
3 Replies
- tackytechtom
Most Valuable Professional
Hi Anonymous ,
I assume Calc Stories Uncompleted is a calculated column, correct?
Have you chosen SUM in the column list in your visual? Like this one:
Note, this is not a best practice, since this is creating a so called "implicit measure". A better way to do this is to create an explicit measure on your calculated column and then using this one in your visual.
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/- AnonymousNot applicable
It is a calculated column on a line graph so it will only aggregate I'm assuming. Are you saying create a measure and use that instead?
- tackytechtom
Most Valuable Professional
Hi Anonymous ,
Yes, that is what I would generally recommend. Create a measure like SUM ( Table[Column] ).
Hope this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/