Forum Discussion
Date Hierarchy Displaying too much data
Hi nsadams87xx
You could add report, page or visual level filters to filter out the dates you don't want. Or add a slicer to your page. Finally you can add DAX code to your measures to only return data for relevant date ranges.
- nsadams87xx8 years ago
Helper III
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?
- Phil_Seamark8 years ago
Microsoft Employee
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.