Forum Discussion
pulikkan
8 years agoFrequent Visitor
Combine values of multiple rows into one row
Hi Folks Below bars are from different row values. Is there any way we can sum those row values based on group. My columns are SubscriptionName, Type, Amount. different subscriptionName will hav...
- 8 years ago
You could try creating a group. What is the axis of your chart?
- 8 years ago
Group By option in power query editor will do this.
Select SubscriptionName, Type as group by columns and get sum(amount)
Jay7
8 years agoFrequent Visitor
Group By option in power query editor will do this.
Select SubscriptionName, Type as group by columns and get sum(amount)