Hello all,
I have a database which I need to convert and summarize as a pivot table. Until there all fine, but my issue is the data is organized in columns, meaning each column represent a month.
I wanted to have a slicer that is capable of automatically change the month - in this case the column in which the data is being read. Does any one know if this is possible
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Vendor[/TD]
[TD]Country[/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]Mar[/TD]
[/TR]
[TR]
[TD]Charles[/TD]
[TD]USA[/TD]
[TD]100[/TD]
[TD]110[/TD]
[TD]120[/TD]
[/TR]
[TR]
[TD]Lin[/TD]
[TD]China[/TD]
[TD]500[/TD]
[TD]100[/TD]
[TD]90[/TD]
[/TR]
</tbody>[/TABLE]
So basically once, the table above is summarized in a pivot I have to manually select which months am I reading, while I wanted to have a slicer that automatically updated which column is the data being read.
Thanks,
S
I have a database which I need to convert and summarize as a pivot table. Until there all fine, but my issue is the data is organized in columns, meaning each column represent a month.
I wanted to have a slicer that is capable of automatically change the month - in this case the column in which the data is being read. Does any one know if this is possible
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Vendor[/TD]
[TD]Country[/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]Mar[/TD]
[/TR]
[TR]
[TD]Charles[/TD]
[TD]USA[/TD]
[TD]100[/TD]
[TD]110[/TD]
[TD]120[/TD]
[/TR]
[TR]
[TD]Lin[/TD]
[TD]China[/TD]
[TD]500[/TD]
[TD]100[/TD]
[TD]90[/TD]
[/TR]
</tbody>[/TABLE]
So basically once, the table above is summarized in a pivot I have to manually select which months am I reading, while I wanted to have a slicer that automatically updated which column is the data being read.
Thanks,
S