Forum Discussion
Calculating ITD?
- 8 years ago
Never mind, got it figured out. As counterintuitive as it would seem, I had to remove the relationship between the Data table and the Categories table.
Hopefully this helps someone else in the same boat.
Thanks MFelix. That doesn't quite work either. Here's how it looks if I take out the CurrentCategory filter:
Try to use the TOTALYTD formula:
Total = TOTALYTD (SUM(Data[Amount]); Datetable[Date])
Regards
MFelix
- agent8 years agoRegular Visitor
Thanks MFelix. It still doesn't work once the category breakdown is added. Here's what the TOTALYTD looks like without the category breakdown:
This looks fine - as expected. Once I add the category breakdown, it turns into this:
Any other ideas?
- agent8 years agoRegular Visitor
Never mind, got it figured out. As counterintuitive as it would seem, I had to remove the relationship between the Data table and the Categories table.
Hopefully this helps someone else in the same boat.
- MFelix8 years agoSuper UserTo make your legend you used the category from data table or category table?