连接到仪表板中的 PNG 图像并自动执行该过程

Connect to a PNG image in dashboard and automate the process

我需要自动生成一个画面报告,该报告将连接到放置在一些常见 path/URL 中的图像。

我尝试了 'WebPage' 选项。它运作良好。但我的问题是,由于 PNG 文件每天都会用新图像更新,画面报告也会用当前图像更新。

我不确定如何访问画面中的历史 data/image。

是否有任何自动化方式,以便在需要时也可以访问历史数据(昨天的 PNG iamge)。

PS:我每天刷新图片后发tableau包给BA,让他们更新tableau报告中的一些数据。

这些PNG图片是部分pps的截图。

我能够使用以下步骤实现此目的。

   1.Created folder in shared path with folder names as dates and placed the 
    images under the folder for respective dates.
   2.Created a date parameter and used it as filter in tableau.
   3.Use the date parameter in the URL

这样,当我在画面中更改日期过滤器时,图像将更新为该日期文件夹路径下可用的图片。

PS. Image names has to be consistent . Only the folder name should change to 
    the date value for everyday.