Forum Discussion
Divide by subtotal
- Anonymous2 years ago
Hello ScottF75 , if I'm interpreting this correctly, it sounds like a "% of Group", class of issues in power query. I had a similar issue a few weeks ago and unfortunately, there is no 'straightforward' way that I could find. The method I used came from the following Youtube clip I found handy, involves Grouping the table a couple of times and making some edits.
This will give you what you need ( a 4th column showing the % as part of the same table): i.e. Location, Footprint, Sales, % of Group .
As an alternative, there is the following approach which doesn't involve grouping as much but which does need editing to the M query (both end up at the same result but from different approaches).
Hope this helps and good luck, I know its a bit of effort !
- 2 years ago
Hi Anonymous , thanks for replying, I'll take a look at those two options.
Hello ScottF75 , if I'm interpreting this correctly, it sounds like a "% of Group", class of issues in power query. I had a similar issue a few weeks ago and unfortunately, there is no 'straightforward' way that I could find. The method I used came from the following Youtube clip I found handy, involves Grouping the table a couple of times and making some edits.
This will give you what you need ( a 4th column showing the % as part of the same table): i.e. Location, Footprint, Sales, % of Group .
As an alternative, there is the following approach which doesn't involve grouping as much but which does need editing to the M query (both end up at the same result but from different approaches).
Hope this helps and good luck, I know its a bit of effort !
- ScottF752 years agoNew Member
Hi Anonymous , thanks for replying, I'll take a look at those two options.
- ScottF752 years agoNew Member
Anonymous That YouTube video is exactly what i've been looking for, thank you.
- Anonymous2 years agoNot applicable
That's great! I'm glad the video was of help - all the best!