Forum Discussion
Nobie
3 years agoHelper II
Sub Row total
Hi , I have a simple requiremet to add a measure as row subtotal. I am creating a matrix in Power Bi, where I need a measure. In product name the first one is refrigerator whose sum of all equipme...
Nobie
3 years agoHelper II
thanks, i got the solution we can normaly do with dax
calculate( sum(table[price]), allselect(table[equipment]))