Forum Discussion
Subtotal text value as dynamic
- Anonymous5 years ago
Hi prakash11440278 ,
Based on your description, you can use INSCOPE() to create a measure as follows.
For example, I just want the subtotal of column "C2" to be displayed.
Measure = IF(ISINSCOPE(test_subtotal[C2]),SUM('test_subtotal'[Value]))Result:
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi prakash11440278 ,
Thanks for your reply. Currently I don't think it is possible. I did a test as follows.
If you set "Rows subtotal position" as "Top", the label is Item name and it will not be changed by "Row subtotal labels". If you set it as "Bottom", all the subtotals will be changed as the same ones.
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous , Thanks a lot for your reply.
As i know this not possible in Matrix chart. Any alternate solution i can use and acheive the same functionality please?