Forum Discussion
Nobie
Helper II
3 years agoSub 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
Helper II
3 years agothanks, i got the solution we can normaly do with dax
calculate( sum(table[price]), allselect(table[equipment]))