Mr Excelinator
New Member
- Joined
- Mar 4, 2014
- Messages
- 37
Hello all.
I'll explain what I'm trying to do, I'm unsure if I can achieve this with Power Pivot, I'm fairly new to PPvt & gotten to grip with the basics.
So my source data looks like the below, which is many 000s of rows, formatted as a table & is in my data model.[TABLE="class: cms_table, width: 334"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Data Source[/TD]
[TD]Person ID[/TD]
[TD]Value A[/TD]
[TD]Value B[/TD]
[TD]Value C[/TD]
[/TR]
[TR]
[TD]FY16 10[/TD]
[TD="align: right"]123456[/TD]
[TD="align: right"]50[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]150[/TD]
[/TR]
[TR]
[TD]FY17 11[/TD]
[TD="align: right"]123456[/TD]
[TD="align: right"]75[/TD]
[TD="align: right"]125[/TD]
[TD="align: right"]175[/TD]
[/TR]
[TR]
[TD]FY17 11[/TD]
[TD="align: right"]654321[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]150[/TD]
[TD="align: right"]200[/TD]
[/TR]
</tbody>[/TABLE]
What I want to do with it is generate a report something akin to the below:
[TABLE="class: cms_table, width: 383"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Data Source:[/TD]
[TD]FY17 11[/TD]
[TD]FY16 10[/TD]
[TD]FY17 11[/TD]
[TD]FY17 11[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Person ID[/TD]
[TD]Value A[/TD]
[TD]Value A[/TD]
[TD]Value B[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"]123456[/TD]
[TD="align: right"]50[/TD]
[TD="align: right"]75[/TD]
[TD="align: right"]125[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"]654321[/TD]
[TD][/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]150[/TD]
[/TR]
</tbody>[/TABLE]
So I am creating a report where the main population will be selected from data source eg FY1711 and I can compare the Value data sets, by their data source, like the above, so A vs A, A vs B etc cut by the Data Source.
If anyone has any advice on how to achieve this (power pivot or otherwise) be greatly appreciated.
Cheers.
Stu.
I'll explain what I'm trying to do, I'm unsure if I can achieve this with Power Pivot, I'm fairly new to PPvt & gotten to grip with the basics.
So my source data looks like the below, which is many 000s of rows, formatted as a table & is in my data model.[TABLE="class: cms_table, width: 334"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Data Source[/TD]
[TD]Person ID[/TD]
[TD]Value A[/TD]
[TD]Value B[/TD]
[TD]Value C[/TD]
[/TR]
[TR]
[TD]FY16 10[/TD]
[TD="align: right"]123456[/TD]
[TD="align: right"]50[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]150[/TD]
[/TR]
[TR]
[TD]FY17 11[/TD]
[TD="align: right"]123456[/TD]
[TD="align: right"]75[/TD]
[TD="align: right"]125[/TD]
[TD="align: right"]175[/TD]
[/TR]
[TR]
[TD]FY17 11[/TD]
[TD="align: right"]654321[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]150[/TD]
[TD="align: right"]200[/TD]
[/TR]
</tbody>[/TABLE]
What I want to do with it is generate a report something akin to the below:
[TABLE="class: cms_table, width: 383"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Data Source:[/TD]
[TD]FY17 11[/TD]
[TD]FY16 10[/TD]
[TD]FY17 11[/TD]
[TD]FY17 11[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Person ID[/TD]
[TD]Value A[/TD]
[TD]Value A[/TD]
[TD]Value B[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"]123456[/TD]
[TD="align: right"]50[/TD]
[TD="align: right"]75[/TD]
[TD="align: right"]125[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"]654321[/TD]
[TD][/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]150[/TD]
[/TR]
</tbody>[/TABLE]
So I am creating a report where the main population will be selected from data source eg FY1711 and I can compare the Value data sets, by their data source, like the above, so A vs A, A vs B etc cut by the Data Source.
If anyone has any advice on how to achieve this (power pivot or otherwise) be greatly appreciated.
Cheers.
Stu.