Forum Discussion
OntheDAXside
3 years agoFrequent Visitor
Calculate function not showing filter from related table
Please help! calculate function not showing related tables, I want to use the calendar but it's not showing and there's a relationship on the models.
- 3 years ago
Hello OntheDAXside , close SUM function bracket ")" before "," so that you can see the related column.
Syntax of sum is : SUM(ColumnName)
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
- 3 years ago
Thank you Kishore_KVN worked perfectly!
Kishore_KVN
3 years agoSolution Sage
Hello OntheDAXside , close SUM function bracket ")" before "," so that you can see the related column.
Syntax of sum is : SUM(ColumnName)
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
OntheDAXside
3 years agoFrequent Visitor
Thank you Kishore_KVN worked perfectly!