Forum Discussion
Help with 5 yr historical data
- 3 months ago
Hi,
I have solved it in a different way as my hands were tied with a strict semantic model with no ways of creating a date table or adding a column. Instead of pulling all the 5 years worth historical data together, I had individual measures going after year -1, year -2, etc and solved it. Thank you all for the reply and suggestions. Truly appreciate it.
Your filter needs to be fed from a disconnected table, cannot be fed directly from the calendar dimension table.
I just have the one table that has the data in it and the column record create date, which has a hierarchy. The year of that is what the user picks for the report. The matrix below shows yr and yr -5 from the same table. Is that possible?
- lbendlin4 months ago
Super User
The year of that is what the user picks for the report. The matrix below shows yr and yr -5 from the same table. Is that possible?No. You need a disconnected table. Your semantic model should also have a calendar table.