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.
prakash11440278 , You have an option two change "row subtotal label". I think you can only rename "total" part of it
HI amitchandak ,
Yes. If we add the subtotal text value it will be applicable for entire column, i dont want that. In above example i need to display as dynamic means x site total, y site total & z site total these all are dynamic.
- amitchandak5 years agoSuper User
prakash11440278 , I doubt that is possible. Good idea to have - https://ideas.powerbi.com/ideas/
- prakash114402785 years agoPost Prodigy
Hi amitchandak ,
You mean to say this feature is not available in Power BI as of now? Any workaround for this.