Forum Discussion
nsadams87xx
Helper III
8 years agoDate Hierarchy Displaying too much data
Hey Everyone, I have a matrix that is showing a date hierarchy for previous budget vs actual data. When I drill down to a month level, the matrix also shows months that haven't happened yet. Is...
Ashish_Mathur
Super User
8 years agoHi,
Try this
=IF(ISBLANK(SUM(em_encounter_fact_date_agg[Pt Volume])),BLANK(),your_formula_here)
nsadams87xx
Helper III
8 years agoUnfortunately I got the same results. The future months are still showing up. I'm pretty convinced it's because of the tier structure of the dates. My thinking is since year is being included in my hierarchy it's forcing itself to have to take the entire year into account including dragging the lower tiers with it when making the calculations with my measurement. I think I'm going to put this one to bed for now. Thank you everyone.