4

is there a way to reuse worksheet multiple times in a dashboard, perhaps by using parameter? I have a dashboard with 4 sheets, displaying similar thing (differs only on the data filtering).

Panji
  • 133
  • 1
  • 7
  • 1
    No there isn't. Which is unfortunate, I've found many times I would like to do this. – Sam M Jul 25 '15 at 03:47
  • You can't add the same sheet to another dashboard directly, but if you duplicate the dashboard that has the sheet you need you will get the same result. – DixieFlatline Nov 09 '17 at 01:48

1 Answers1

5

This is not possible. You cannot add the same worksheet to dashboard more than once.

Possibly workarounds:

  • Duplicate the worksheets X number of times. This means you need to maintain multiple instances of the same worksheet if you need to make changes later.
  • Implement the data filtering inside the single worksheet. Adding the field you would to filter by to the Columns or Rows will cause the data to be split up by that dimension.

Note that it advisable to minimize the number of worksheets on a dashboard for performance reasons. Therefore the latter workaround would be my first recommendation.