Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Finding Slicer Min with Multiple Selections

Hi,   I have a slicer with multiple options: Jun 1 Jun 2 Jul 1 (selected) Jul 2 (selected) Aug 1   I have formulas to determine what min and max months are selected and make calculations acc...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Ultimately, I solved this by taking the table responsible for the slicer and offloading it into it's own table separate from the data getting filtered on. I was then able to run my min/max calculations on the offloaded table which was no longer being filtered down by my data as the relationship was 1 way from the offloaded table to the new table.