Forum Discussion
hemakrishnamoor
4 months agoFrequent Visitor
Help with 5 yr historical data
I have a situation where I am using a published semantic model and so no rights to create a table or add another column. When the user selects a year (there is no date table in this model. Just the y...
- 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.
danextian
Super User
4 months agoAre you able to connect to the semantic model via direct query. As other users have already suggested, the only solution is to use a disconnected table which cannot be done with live connection as this requires modifying the model. A filter from a related or the same table will show only what's been selected.