Forum Discussion
Lesny
1 year agoNew Member
How to show to elements in summary row
Hi, I'd like to build a matrix table which shows following summary rows for groups and in total: is it possible? Or something just similar?
- Anonymous1 year ago
Anonymous
1 year agoNot applicable
Hi Lesny ,
I have achieved a similar result, but the table was transposed. This method has the advantage of being relatively easy to implement.
I've made a test for your reference:
1\I assume there is a table
2\Create two measures
AVG = AVERAGE(Produce_Parameter_Data[Value])STDEV = STDEV.P(Produce_Parameter_Data[Value])
3\Add a Matrix
Best Regards,
Bof