Soldato
I've never been great with database management, but I'm trying to pull together a refreshable standardised report where the end user can select a time frame to look at.
I'm bringing data into PowerPivot by:
What I want to be able to do next is have a column that includes (so I can have a slicer that changes the data based on looking at latest full year/MAT & latest QTR):
I've tried creating a new table with two columns
I then tried:
Database tables here:
Any support much appreciated.
I'm bringing data into PowerPivot by:
- Exporting data from a server (via Microstrategy in Excel)
- Manipulating the data via VBA then saving to CSV
- Import the data via a PowerQuery into PowerPivot (I transform data so I can split one column such as "Value Sales LY" into two "Value Sales" & "LY" - so I can use these as slicers)
What I want to be able to do next is have a column that includes (so I can have a slicer that changes the data based on looking at latest full year/MAT & latest QTR):
- Latest MAT (the latest 12 months, working back from the latest month in the data)
- Latest QTR (the latest 3 months)
I've tried creating a new table with two columns
- One column with all the months
- The second with a descriptor (i.e. 'Latest MAT' against all the months)
I then tried:
- Creating a 'selector table' which lists Latest MAT, Latest QTR and Latest Month
- Then three tables such as Latest MAT with all the months against it, Latest QTR with the last 3 months against it
- Then created a relationship between the selector and the three tables
Database tables here:
Any support much appreciated.