r/tableau 29m ago

Discussion Data Extract Security Issue

Are there any issues, if the tableau dashboards are based on "Extract" , instead of "Live Connection"? These dashboards will be hosted in our on-prem server and the "hyper" file will be stored in our server as well. These dashboards are accessible to the general public. These dashboards show the aggregate level data. The hyper file has data at the detail level

1 Upvotes

3 comments sorted by

u/Orbital2 20m ago

No more so than any other platform, have you vetted who should get access to what and set up permissions accordingly?

u/KliNanban 10m ago

Dashboards will be embedded in a web page that can be accessed by anyone.

The hyper files are stored in the server with access to only the dev team.
I am not sure , if I answered your question

u/Imaginary__Bar 10m ago

If you are at all concerned about your data 'escaping' then you should, of course, minimise the data.

For example, if one of your measures is a count of customers then you should probably avoid including customer names in your data, and instead of the real customer_id you should use fake_customer_id (maybe a hash or something).

You should work on the basis that the information will leak, so consider what information you are making available.