Comprehensive and Detailed Explanation From Exact Extract:
In Workday Prism Analytics, removing data from a Prism data source (PDS) without affecting dependent custom reports requires a careful approach to preserve the data source’s structure and dependencies. According to the official Workday Prism Analytics study path documents, the task to use is Delete Published Rows (option D). This task removes the data rows within the Prism data source while keeping the data source’s metadata (e.g., field definitions) and structure intact. Since custom reports depend on the data source’s structure rather than the specific data rows, deleting the published rows will not break the reports. After deleting the rows, you can republish the dataset with updated data, and the reports will continue to function with the new data, assuming the structure remains unchanged.
The other options are incorrect:
A. Inactivate Dataset: Inactivating a dataset disables it but does not remove data from the published data source, and it may still affect reports by making the data source inaccessible.
B. Delete Dataset: Deleting the dataset entirely will also delete the Prism data source, breaking any dependent custom reports.
C. Unpublish Dataset: Unpublishing the dataset removes the Prism data source, which will break dependent reports until the dataset is republished.
The Delete Published Rows task ensures that data is removed from the Prism data source without impacting the dependent custom reports, allowing for seamless data updates.
[References:, Workday Prism Analytics Study Path Documents, Section: Publishing and Visualizing Data, Topic: Managing Data in Prism Data Sources, Workday Prism Analytics Training Guide, Module: Publishing and Visualizing Data, Subtopic: Removing Data Without Breaking Report Dependencies, ]
Submit