Forum Discussion
Date Hierarchy Displaying too much data
Thanks Phil. I'm curious as to why the matrix goes into the future. My data set dates in all of my tables stop 14 days prior to the current date. So for today, I would have data up to Feb 5, 2018 (which is correct, our system that feeds the data in SQL has a lag time). Shouldn't the March 2018 and beyond just not display at all?
The date table being used on the axis probably goes to the end of the year. Do you have your own Date table or are you using the in-built auto date tables provided?
- nsadams87xx8 years ago
Helper III
If I think I know how to answer this, I'm using my own table with dates in it. I'm using the built-in hierarchy capability on the axis.
- parry2k8 years ago
Super User
% column in your report seems to be a calculated measure and wondering if that is what makig it show data in the future?
Two things:
1. Can you remove % column and check if it doesn't shows blank rows?
2. if you remove % column and you are NOT seeing blank rows, share the measure you used for %
- nsadams87xx8 years ago
Helper III
Removing that column is showing the matrix correctly now. What if I aggregated my data by a month level rather than at a date level?