Hi,
Can you please let me if it is possible to Find Out how many times a Dashboard was published on Server. If so how can we find it? Is this data stored in logs or in tableau Backend Database?
3 answers
do you already know how to tap into the Tableau Postgres repository using the readonly id? If so, then you can look at historical_event_types and join to historical_events to get the info that you need. here is the event you should look for: where hist_event_types."name" = 'Publish Workbook'