Forum Discussion
pokarman
6 years agoFrequent Visitor
how to show total for specific column in report
Hi All, below snip i want to show total only for last column other columns are calculated measure.
- 6 years ago
Hi pokarman
You can adjust the Measures that you don't want the totals on to something like below.
Measure = IF( ISINSCOPE( Table[Plant Code] ), [Your Measure] )Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
Mariusz
Community Champion
6 years agoHi pokarman
You can adjust the Measures that you don't want the totals on to something like below.
Measure =
IF(
ISINSCOPE( Table[Plant Code] ),
[Your Measure]
)
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.