1. Tableau Official Documentation
"Date Functions": This document details the behavior of date functions used in Tableau and related Salesforce Analytics products.
Section on DATEPART(datepart
date
[startofweek]): It specifies that 'iso-weekday' returns the weekday as an integer from 1 to 7
where Monday is 1. This confirms that Saturday is 6 and Sunday is 7. It also clarifies that the standard 'weekday' part is dependent on the [startofweek] parameter
making it locale-sensitive. (Accessed via Tableau Help portal).
2. Salesforce Help
"Tableau CRM Functions in Data Prep Recipes": While syntax can vary
the principle of using standardized functions for consistency is a core concept. The ISO 8601 standard is the universal solution for locale-independent week calculations. The use of iso-weekday in the question points directly to the Tableau function set
which is part of the ANALYTICS-CON-301 curriculum.