Okay, so I'm fairly new to DAX and not 100% sure this can be achieved. I have a table like below...
Current Output :
And I am wanting to merge the 'Latest Weeks and yr ago' into groups such as 'Last 4,'Last 12' etc., this should make the table more readable. I tried grouping, but each value can only be in one group, and some would need to be in mulitple groups - (ie 'latest 01-04...' would be in all groups). The table above changes dynamically based on a slicer.
What I am trying to achieve is something like this....
What I'm aiming for :
Like I say, not sure it is possible, but hoping someone might have an idea.
Thanks