Quantcast
Channel: SQL Server Analysis Services forum
Viewing all articles
Browse latest Browse all 14337

Tabular data outside partition boundries

$
0
0

I have a table in my cube who's definintion query is "select * from table". I have a current and history partition created for this table, where the current partition is " date >= dateadd(dd,-7,getdate())", and the history partition is "date < dateadd(dd,-8,getdate()). I just noticed that the history partition query should be "<=" instead of "<", and my question is whether that one day's worth of data is actually in the dimension and just not queryable since its outside the partition boundries, or is it not in the table at all?

I am unable to query the cube table directly as all of the columns are hidden, but the rows do seem to be there in my visual studio, just not when they are referenced as part of a measure.

thanks!


Viewing all articles
Browse latest Browse all 14337


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>