martingaleh
Board Regular
- Joined
- Jul 18, 2011
- Messages
- 83
I have data like:
Measure date1 date2
1 1 2
2 1 2
4 2 2
8 2 1
16 1 1
And I'd like to make a table like
Dates
1 2
date1 1 3
date2 8 4
How would I go about doing that? The only way I can think of doing it is by unpivoting the data, but Surely there's something else. Also, does anyone actually use power pivot for joins or do you just do all the joins in power query and keep power pivot for analysis and aggregation purposes. It seems the power pivot join is just too slow so it's just better to fold it up explicitly
Measure date1 date2
1 1 2
2 1 2
4 2 2
8 2 1
16 1 1
And I'd like to make a table like
Dates
1 2
date1 1 3
date2 8 4
How would I go about doing that? The only way I can think of doing it is by unpivoting the data, but Surely there's something else. Also, does anyone actually use power pivot for joins or do you just do all the joins in power query and keep power pivot for analysis and aggregation purposes. It seems the power pivot join is just too slow so it's just better to fold it up explicitly