How to calculate from todays date to 20 business days
My best advise for questions like this - open your search website of choice, "add business days to date in alteryx" and 9/10 times the result you need is in the top 5 responses.
I rarely keep some of these answers on hand as I know the community is so robust and will save me every time :)
Here is one of those search results that looks like it could be helpful to you with this question: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/DateTimeAdd-to-Only-Result-in-...
datetimetoday() is the correct formula for current date - i'd try: datetimeadd(datetimetoday(),20,"days") plus include any other modifications from the post above to account for business days. some recommended first getting the day of week and using that to determine the offset.
You can use the Number of Weekdays formula in this blog: Tableau Date Calculation Cheat Sheet - The Flerlage Twins: Analytics, Data Visualization, and Tablea...
Thanks,
Amy
@Phani_1982 here's an example workflow to try. This will remove weekends and holidays (you'll need to populate the holiday lookup table FYI). Then the output should have the next 20 business days from today.