Share this
How To Schedule Refresh In Tableau For Reliable, Automated BI Reporting
by Angelo Ortiz on Apr 24, 2026 2:15:01 AM
If our executive team opens a dashboard and immediately asks, "Are these numbers current?", we know we have a problem.
For enterprises that run on Tableau, reliable scheduled refreshes are what stand between confident decisions and guesswork. It's not enough to build beautiful dashboards, we have to guarantee that data is fresh, refreshed on time, and delivered automatically to the right people.
In this guide, we'll walk through how to schedule refresh in Tableau (Server and Cloud), how to choose the right refresh strategy for demanding enterprise workloads, where Tableau's native scheduling stops, and how automation platforms like ATRS from ChristianSteven can help us turn "refreshed data" into fully automated BI reporting at scale.
Understanding Tableau Extract Refreshes And Schedules
Understanding Tableau Extract Refreshes And Schedules {#v7qypY0YcqDeF58HwN7mA}
Before we start clicking through schedules, we need a clear mental model of how Tableau handles data. That's what makes the difference between a refresh setup that just works and one that constantly needs firefighting.
Live Connections vs Extracts
In Tableau, we typically choose between:
- Live connections – Tableau queries the underlying database every time someone views the dashboard. We get real-time (or near real-time) data, but our report performance and reliability now depend directly on that source system.
- Extracts – Tableau stores a snapshot of our data in a
.hyperextract. Dashboards hit the extract instead of the live database, which often means much better performance, especially with big datasets or complex calculations.
When we schedule refresh in Tableau, we're scheduling extract updates. Live connections don't need (or support) extract scheduling because they're always querying the source.
For many of us in enterprise environments, the winning pattern is: carefully modeled data in a warehouse → Tableau extracts on top → scheduled refreshes that keep everything in sync.
Tools like ATRS – a dedicated Tableau scheduler extend this model by layering advanced triggers, custom calendars, and downstream distribution on top of our Tableau extracts. That's where scheduling starts to look like a real enterprise job scheduler rather than a simple time-based refresh.
Interestingly, we see the same pattern in other BI platforms. For example, Microsoft emphasizes extract and refresh patterns in its official Power BI documentation, for exactly the same reasons: performance, consistency, and predictable load on source systems.
Full vs Incremental Refresh Options
Once we publish an extract, we choose between two main refresh types:
- Full refresh – Tableau drops all data in the extract and rebuilds it from the source. This gives us a clean, accurate snapshot but can be slow and heavy on both Tableau and the database, especially for multi‑million‑row fact tables.
- Incremental refresh – Tableau only pulls new rows based on a key column (often a date or an ID). This is ideal for append-only or mostly-additive datasets such as sales transactions, web events, or warehouse fact tables.
From Tableau 2024.1 onward, incremental refreshes handle non-unique keys more intelligently, and 2024.2 introduces options like subrange updates (e.g., "refresh last 90 days") so we can balance performance with the need to correct late‑arriving data.
In practice, many enterprises adopt a hybrid:
- Daily or hourly incremental refreshes to keep dashboards responsive and data fresh.
- Weekly or monthly full refreshes during off-peak hours to re-baseline the extract and prevent bloat.
Platforms such as ATRS can orchestrate this pattern for us, running the heavy full refresh at 2 a.m. on Saturdays, for instance, then kicking off a chain of dependent exports and deliveries once everything's successfully updated.
Prerequisites For Scheduling Refreshes In Tableau
If we're wondering why the schedule refresh in Tableau option isn't available, it usually comes down to prerequisites. We need the right licenses, the right server setup, and the right connectivity.
Licensing, Server, And Site Requirements
To schedule extract refreshes, we typically need:
- Tableau Server or Tableau Cloud – Tableau Desktop alone can refresh extracts locally, but server-side automation requires a deployed Server or a Tableau Cloud site.
- Creator or Explorer (can publish) licenses – The schedule options are available to users who can publish and manage content. Viewer-only users won't see scheduling controls.
- Admin-enabled schedules – Site or server admins define the global schedule definitions (e.g., "Daily at 6 a.m.", "Every 15 minutes"). If these don't exist, or we don't have permission, we can't assign our extracts to them.
If our organization is juggling multiple BI tools, it's helpful to standardize scheduling practices across them. For instance, the way we coordinate Tableau refreshes with other tools is similar to how we streamline Tableau Desktop reporting as described in this deep dive on ATRS and smarter decision-making.
We see parallel thinking in other ecosystems too. Microsoft positions Power BI as a unified, governed BI platform in its overview of enterprise-grade Power BI capabilities, where scheduled refresh is treated as a core governance feature, not a nice-to-have.
Data Source, Credentials, And Network Considerations
Even with the right licenses, scheduled refreshes will fail if the data can't be reached. We need to ensure:
- Valid extracts – Our published data source or workbook must actually use an extract (
.hyper), not just a live connection. - Stored credentials – When publishing, we should choose to embed database credentials or configure OAuth/service accounts so Tableau Server or Cloud can log in without user interaction.
- Stable network paths – VPNs, firewalls, and proxies can all interfere. If our database or file share moves, the refresh jobs need to be updated.
- Tidy schema – Hiding unused columns and cleaning up the data model before publishing helps reduce refresh times and resource usage.
For globally distributed teams, this also means thinking carefully about where our Tableau infrastructure sits relative to warehouses and data lakes. The more network hops and latency we introduce, the more fragile our refresh windows become.
How To Schedule A Data Refresh In Tableau Server And Tableau Cloud
Once the groundwork is in place, scheduling a refresh in Tableau is fairly straightforward. The complexity isn't in the clicks, it's in designing the right overall process.
Creating Or Publishing An Extract
- Connect in Tableau Desktop to our database, spreadsheet, or warehouse.
- Switch to Extract in the Data pane (if we're currently using a live connection).
- Configure extract filters, aggregation, or row limits if needed.
- Click Sheet 1, then run the initial extract.
- Publish to Tableau Server or Tableau Cloud as a data source or workbook:
- Choose the right project.
- Decide whether to embed credentials.
- Confirm that the connection type is set to extract.
If we've worked with Crystal Reports, this will feel somewhat analogous to creating and pushing a refreshed dataset into a tool like CRD. In fact, the process of rebuilding a local dataset copy is similar to the schedule refresh operation in CRD, which is documented here: how to configure a structured refresh in CRD.
Configuring A Refresh Schedule Step By Step
Once the extract is published:
- In Tableau Server or Cloud, navigate to the Data Sources or Workbooks page.
- Open the relevant data source.
- Go to the Extract Refreshes or Schedules tab.
- Click New Extract Refresh or Schedule.
- Choose Full or Incremental refresh and specify the key column for incrementals.
- Select the schedule (e.g., hourly, daily, weekly) and the time zone.
- Save.
We can always trigger a Run Now to test the configuration.
Assigning Workbooks And Data Sources To Schedules
In larger deployments, we rarely manage schedules one by one. Instead, we:
- Create standard schedule definitions (e.g., "Every 15 minutes", "Daily at 5 a.m.") at the site level.
- Assign multiple data sources and workbooks to these shared schedules.
- Use projects and permissions to ensure ownership and control.
This is where dedicated automation layers like ATRS become compelling. Rather than manually mapping dozens of workbooks to generic time slots, we can build data-driven workflows: "If the regional sales extract finishes successfully, generate PDF and Excel exports, then email regional VPs and upload to SharePoint." That's a big leap from simple refresh scheduling to true BI operations orchestration.
Choosing The Right Refresh Strategy For Enterprise Workloads
In a small deployment, we can get away with "refresh everything every hour." At enterprise scale, that approach is a shortcut to angry DBAs and missed SLAs. We need a deliberate refresh strategy.
Aligning Refresh Frequency With Business SLAs
We should start from the business side:
- What decisions does this dashboard support?
- How fresh does the data really need to be?
- What are the SLA commitments to executives and operational teams?
Examples:
- Executive KPI pack – Updated once daily before 8 a.m. local time. Incremental refresh at 6 a.m., full refresh weekly.
- Operations control room – Near real-time, with incremental refresh every 15 minutes during business hours.
- Financial close dashboards – Aggressive, hourly refresh during close week: relaxed, daily refresh the rest of the month.
With ATRS, we can encode these SLAs into flexible schedules, like different calendars for month-end, quarter-end, and normal days, and attach multiple Tableau workbooks to each pattern.
If we're also managing Power BI, we can mirror these principles there as well. For example, the guidance on scheduling Power BI dataset refresh outlines how enterprises mix frequency, SLAs, and infrastructure constraints to avoid overloading systems.
Minimizing Load On Databases And Tableau Infrastructure
To protect upstream systems and our Tableau cluster, we should:
- Favor incremental refreshes whenever data structures allow.
- Stagger heavy jobs to avoid "top of the hour" stampedes.
- Use off-peak windows for full refreshes.
- Archive or retire extracts and workbooks that are no longer used.
Enterprise schedulers like ATRS help by giving us precise control over timing, sequence, and concurrency. For example, we might configure finance extracts to run sequentially overnight, then marketing dashboards to refresh after those jobs succeed, preventing competing queries on the same warehouse tables.
Coordinating With Upstream ETL And Data Pipelines
The best refresh jobs in the world won't help if they run before the data is ready. We should:
- Identify authoritative completion signals from our ETL tools (e.g., "load_finished" flag tables, completion files, or API webhooks).
- Schedule Tableau refreshes to run after those signals, not based solely on time.
- Build clear runbooks describing which pipelines feed which dashboards.
This is an area where ATRS particularly shines: instead of "refresh every day at 5 a.m.," we can use event-driven logic, "When the warehouse load finishes, run the Tableau refresh, then email the latest dashboards to the finance distribution list." That event-driven design dramatically reduces the risk of stale or partial data being presented as final.
Monitoring, Alerts, And Troubleshooting Failed Refreshes
Even a well-designed refresh strategy will occasionally fail. Credentials expire, networks hiccup, schemas change. The key is to detect and fix issues before business users notice.
Using Tableau's Built-In Monitoring Tools
Tableau Server and Tableau Cloud give us several views for keeping an eye on refresh health:
- The Background Tasks for Extracts admin view shows job durations, failures, and queues.
- Data source pages display the history of extract refreshes and their next scheduled run.
- Performance views and admin dashboards help us spot patterns, like specific extracts that routinely fail or time out.
For large deployments, we should get into the habit of scanning these views daily, or better, integrating them into our broader observability stack.
Common Causes Of Refresh Failures And How To Fix Them
Typical failure patterns include:
- Invalid or expired credentials – Rotate passwords and certificates in a controlled manner, and re‑publish with updated credentials.
- Schema changes – Dropped or renamed columns will break extracts that depend on them. Coordination with data engineering is crucial.
- Network issues – VPN changes, firewall updates, or DNS problems can silently block access.
- Resource constraints – Overloaded Tableau nodes may cause timeouts.
Mitigations include scheduling full refreshes periodically, simplifying overly complex workbooks, and distributing workloads across multiple nodes.
Alerting Stakeholders When Data Is Out Of Date
When things go wrong, the worst scenario is "silent failure", where the dashboard still opens, but with yesterday's numbers and no warning.
At a minimum, we should:
- Configure email alerts to admins or owners when refresh jobs fail.
- Expose last refresh timestamps in dashboards so users can quickly check freshness.
- Establish an escalation path for critical reports (e.g., revenue, risk, compliance).
ATRS extends this by allowing us to build conditional workflows: if a Tableau refresh fails, it can notify operations teams, skip downstream report deliveries that would spread bad data, or switch to an alternative dataset. That kind of guardrail is invaluable when dashboards drive millions of dollars' worth of decisions every day.
Automating Report Delivery Around Scheduled Refreshes
A scheduled refresh is only half the story. The real value appears when we pair fresh data with automated report delivery so nobody has to remember to "go check the dashboard."
Triggering Report Distribution After Successful Refresh
The most robust pattern is:
- Run the Tableau extract refresh.
- Confirm it succeeds.
- Then distribute content to consumers.
With ATRS, we can configure workflows where a successful Tableau refresh triggers:
- Exporting dashboards to PDF, Excel, or image formats.
- Applying data-driven filters so each stakeholder only sees their region, department, or account list.
- Distributing those outputs via email, SFTP, or shared folders.
Consider a global sales team: every Monday at 7 a.m., ATRS can wait for the regional Tableau sales extract to finish, then generate territory‑specific PDFs and email them to hundreds of account managers, no one logs into Tableau manually, but everyone still works off the latest data.
Scheduling Email, File, And Portal Deliveries For Executives And Teams
Different audiences need different delivery models:
- Executives often prefer polished PDFs sent to their inboxes.
- Operational teams might want Excel exports dropped onto a shared drive or SharePoint site.
- External stakeholders (partners, franchises, customers) may require secure, filtered content delivered outside our firewall.
ATRS was built for exactly these business use cases. It acts as an orchestration layer that takes our scheduled Tableau refreshes and turns them into repeatable report distribution processes. And because ChristianSteven also provides automation for other platforms, such as Power BI scheduling with PBRS for dataset refreshes and reporting, we can design a unified strategy where both Tableau and Power BI follow the same governance and delivery patterns.
Security, Governance, And Compliance Considerations
Once Tableau becomes central to decision-making, refresh schedules and automated deliveries move squarely into the realm of governance and audit.
Managing Credentials, Permissions, And Data Access
For secure, compliant refreshes, we should:
- Use service accounts or managed identities instead of personal credentials for data source access.
- Apply least-privilege permissions in Tableau projects and data sources.
- Rely on row-level security or filtered extracts to ensure that downstream exports, including those managed by ATRS, respect data access rules.
- Periodically review who owns which schedules and who has rights to edit or run them on demand.
Documenting Schedules And Ownership For Auditability
Auditors and risk teams increasingly ask questions like:
- "Which dashboards feed executive reporting?"
- "How often are they updated, and by whom?"
- "What happens if a refresh fails on quarter-end?"
To answer confidently, we should:
- Maintain a catalog of critical dashboards, their data sources, and refresh schedules.
- Document owners, backup owners, and escalation paths.
- Capture changes to schedules and workflows through change management.
If we're orchestrating broader BI operations across Tableau, Crystal Reports, and Power BI, it's helpful that the same patterns show up in tools like CRD and PBRS. Documentation such as step-by-step guides for Power BI dataset refresh scheduling provides a blueprint for building auditable, repeatable automation across platforms.
Conclusion
Scheduling refresh in Tableau is no longer a "tech task" tucked away in IT. For enterprises that run on data, it's a core part of how we keep decisions aligned with reality.
When we understand live vs extracts, full vs incremental refresh, and the prerequisites on Tableau Server or Cloud, we can design refresh patterns that respect both our SLAs and our infrastructure. And when we pair those scheduled refreshes with automation platforms like ATRS from ChristianSteven, we move beyond simply "keeping data up to date" into a world of orchestrated, governed, and fully automated BI reporting.
The result is simple but powerful: our executives wake up to current numbers, our teams trust their dashboards, and our BI platforms quietly do the heavy lifting in the background, every day, on time, without drama.
Key Takeaways
- To successfully schedule refresh in Tableau, you must use extracts (not live connections), publish them to Tableau Server or Tableau Cloud, and ensure the right licenses, schedules, and stored credentials are in place.
- Choosing between full and incremental extract refreshes—and often combining them in a hybrid pattern—lets you balance data freshness, performance, and system load for enterprise workloads.
- A robust refresh strategy starts from business SLAs, aligning schedule refresh in Tableau timings with when executives and teams actually need updated data, while avoiding unnecessary strain on databases and infrastructure.
- Event-driven orchestration and monitoring—often via automation tools like ATRS—ensure Tableau refreshes run after upstream ETL completes, failures are detected quickly, and stale data isn’t silently served to users.
- Layering automated report delivery (PDF, Excel, filtered outputs) and strong governance on top of scheduled refreshes turns Tableau into a fully automated, auditable BI reporting engine for the entire organization.
Frequently Asked Questions About Scheduling Refresh in Tableau
How do I schedule refresh in Tableau Server or Tableau Cloud?
To schedule refresh in Tableau, first publish a workbook or data source that uses an extract (.hyper). In Tableau Server or Cloud, open the data source, go to the Extract Refreshes or Schedules tab, click New Extract Refresh, choose full or incremental, pick an existing schedule, set time zone, and save.
What is the difference between full and incremental refresh in Tableau?
A full refresh rebuilds the entire extract from the source, ensuring a clean snapshot but consuming more time and resources. An incremental refresh only adds new rows based on a key column, which is faster and lighter. Many enterprises use frequent incremental refreshes plus periodic full refreshes during off‑peak hours.
Why can’t I see the option to schedule refresh in Tableau?
If the schedule refresh in Tableau option is missing, usually prerequisites aren’t met. You need Tableau Server or Tableau Cloud (not just Desktop), a Creator or Explorer (can publish) license, an extract-based data source, admin-defined schedules on the site, and sufficient permissions to manage that content and schedule.
How should I choose the right refresh frequency for enterprise dashboards?
Start from business SLAs and decision needs. Executive KPI packs might refresh daily before business hours; operations dashboards may need 15‑minute incrementals; financial close reports may refresh hourly only during close week. Balance freshness with database and Tableau capacity, favoring incremental refreshes and off‑peak full refreshes.
Can I schedule refresh for live connections in Tableau?
No, you can’t schedule refresh for live connections in Tableau because they query the source system each time a view loads. To control timing and performance, convert the connection to an extract, publish it, and then configure a scheduled extract refresh that aligns with your data pipelines and SLAs.
What’s the best way to handle failed Tableau scheduled refreshes?
Use Tableau’s Background Tasks for Extracts and data source history views to monitor failures. Common issues involve expired credentials, schema changes, or network problems. Set up email alerts for failures, display last refresh timestamps in dashboards, and document escalation paths so critical reports don’t silently serve stale data.
{% video_player "embed_player" overrideable=False, type='hsvideo2', hide_playlist=True, viral_sharing=False, embed_button=False, autoplay=False, hidden_controls=False, loop=False, muted=False, full_width=False, width='1920', height='1080', player_id='176269982269', style='' %}{{cta('5fcc4920-ef21-43bd-ac1b-e455f9863f31','justifycenter')}}
Share this
- PBRS (197)
- Business Intelligence (184)
- Power BI (180)
- Power BI Reports (175)
- Power BI Reports Scheduler (162)
- IntelliFront BI (126)
- Microsoft Power BI (117)
- Business Intelligence Tools (86)
- Data Analytics (82)
- Dashboards (81)
- Data Analytics Software (81)
- Data Analytics Tools (80)
- Reports (79)
- KPI (78)
- Crystal Reports (37)
- Crystal Reports Scheduler (36)
- SSRS (33)
- Tableau Report Automation (28)
- ATRS (26)
- CRD (25)
- SSRS Reports (25)
- SSRS Reports Scheduler (25)
- Tableau Report Scheduler (24)
- SSRS Reports Automation (23)
- Power BI Report Scheduler (21)
- Power BI report automation (20)
- Tableau Report Export (19)
- Tableau report (19)
- Tableau (18)
- Power BI scheduling tools (17)
- Schedule Tableau reports (16)
- Automated Tableau Workflows (11)
- Crystal Reports Server (10)
- KPI software (9)
- Business Analytics (8)
- Power BI Dashboards (8)
- Tutorial (8)
- Bi dashboard (7)
- Power BI to CSV (7)
- Power BI to Excel (7)
- Crystal Reports automation (6)
- Tableau scheduled reports (6)
- business intelligence reports (6)
- business intelligence software (5)
- business reporting portal (5)
- data analytics solutions (4)
- scheduling Power BI reports (4)
- share power bi reports (4)
- ATRS Release (3)
- ChristianSteven (3)
- Dynamic Power BI reports (3)
- KPIs (3)
- Reporting (3)
- Tableau Automation Tools (3)
- Tableau user permissions (3)
- bi dashboard solution (3)
- business intelligence for finance department (3)
- tableau dashboards (3)
- tools for business intelligence (3)
- BI, data exploration (2)
- Best Tableau charts (2)
- CRD software (2)
- Data-driven scheduling (2)
- PBRS Release (2)
- Report automation (2)
- Self-Service Data Analytics Tools (2)
- TSC API Integration (2)
- Tabcmd Scripting (2)
- Tableau charts (2)
- Tableau financial reporting (2)
- best tableau dashboards (2)
- centralized BI platform (2)
- crystal reports software (2)
- data analytics product (2)
- key performance indicators (2)
- power bi email subscriptions (2)
- power bi refresh (2)
- schedule power bi reports (2)
- tableau extensions (2)
- tableau software (2)
- Advanced DAX Power BI (1)
- Automated report delivery (1)
- Automated reporting trigger (1)
- CRD automation features (1)
- Conditional report distribution (1)
- Conditional report generation (1)
- DAX optimization techniques (1)
- Data Driven Schedules (1)
- Data Visualization Skills (1)
- Dynamic report generation (1)
- Free Tableau License (1)
- GH1 (1)
- Power BI calculation groups (1)
- Scheduled report distribution (1)
- Static Power BI Report (1)
- Tableau Public Projects (1)
- Tableau access levels (1)
- Tableau data optimization (1)
- Tableau financial dashboard (1)
- Tableau for Students (1)
- Tableau for finance (1)
- Tableau guide (1)
- Tableau images (1)
- Tableau permissions (1)
- Tableau server multi-factor authentication (1)
- Types of Tableau charts (1)
- ad-hoc reporting (1)
- automated distribution (1)
- automation in power bi (1)
- batch reporting (1)
- benefits of automation in power BI (1)
- bi data (1)
- bi roi (1)
- business intelligence implementation challenges (1)
- construct bi reports with power bi (1)
- construction bi (1)
- creating tableau dashboards (1)
- crysyal reports distribution (1)
- dashboard software (1)
- data analytics business intelligence difference (1)
- data analytics techniques (1)
- databest practices (1)
- distribute power bi report (1)
- email power bi (1)
- enterprise bi server (1)
- enterprise bi software (1)
- enterprise reporting strategy (1)
- export tableau to Excel (1)
- hospital business intelligence (1)
- how to save tableau workbook (1)
- images in Tableau (1)
- incisive analytics (1)
- intuitive business intelligence (1)
- kpi dashboard (1)
- on-prem BI report (1)
- on-premises (1)
- power BI exporting (1)
- power bi emails to share reports (1)
- power bi for construction project (1)
- power bi gateway (1)
- power bi healthcare (1)
- print power bi report (1)
- real estate business intelligence (1)
- reducing reporting noise (1)
- retail BI report (1)
- retail KPI (1)
- sap crystal reporting (1)
- sap crystal reports (1)
- save tableau workbook with data (1)
- schedule power bi (1)
- scheduled power bi emails (1)
- scheduled reports (1)
- share power BI reports by email (1)
- share your Power BI reports as PDF (1)
- stories in tableau (1)
- tableau add-ons (1)
- tableau data export (1)
- tableau for Excel (1)
- tableau mobile (1)
- tableau mobile app (1)
- tableau multi-factor authentication (1)
- tableau plugin (1)
- tableau story (1)
- tableau story example (1)
- tableau storytelling (1)
- tableau workbook (1)
- tableau workbooks (1)
- time intelligence DAX best practices (1)
- use drop box to share Power BI Reports (1)
- user-friendly analytics (1)
- what is Tableau (1)
- what is Tableau software used for (1)
- April 2026 (20)
- March 2026 (18)
- February 2026 (9)
- January 2026 (4)
- December 2025 (1)
- November 2025 (4)
- October 2025 (5)
- August 2025 (5)
- July 2025 (5)
- June 2025 (4)
- May 2025 (5)
- April 2025 (2)
- March 2025 (6)
- February 2025 (4)
- January 2025 (1)
- October 2024 (1)
- September 2024 (1)
- April 2024 (1)
- March 2024 (1)
- February 2024 (1)
- January 2024 (1)
- December 2023 (1)
- November 2023 (1)
- October 2023 (2)
- September 2023 (1)
- August 2023 (1)
- July 2023 (1)
- June 2023 (1)
- May 2023 (1)
- April 2023 (1)
- March 2023 (1)
- February 2023 (1)
- January 2023 (1)
- December 2022 (1)
- November 2022 (1)
- October 2022 (1)
- September 2022 (1)
- August 2022 (1)
- July 2022 (1)
- June 2022 (1)
- May 2022 (1)
- April 2022 (1)
- March 2022 (1)
- February 2022 (1)
- January 2022 (1)
- December 2021 (1)
- November 2021 (1)
- October 2021 (2)
- September 2021 (1)
- August 2021 (2)
- July 2021 (1)
- June 2021 (4)
- May 2021 (5)
- April 2021 (3)
- March 2021 (2)
- February 2021 (2)
- January 2021 (2)
- December 2020 (2)
- November 2020 (2)
- September 2020 (8)
- August 2020 (3)
- July 2020 (5)
- June 2020 (11)
- May 2020 (2)
- April 2020 (3)
- March 2020 (2)
- February 2020 (5)
- January 2020 (7)
- December 2019 (9)
- November 2019 (9)
- October 2019 (10)
- September 2019 (5)
- August 2019 (6)
- July 2019 (13)
- June 2019 (8)
- May 2019 (3)
- April 2019 (5)
- March 2019 (4)
- February 2019 (3)
- January 2019 (10)
- December 2018 (2)
- November 2018 (22)
- October 2018 (10)
- September 2018 (12)
- August 2018 (5)
- July 2018 (23)
- June 2018 (29)
- May 2018 (25)
- April 2018 (12)
- March 2018 (22)
- February 2018 (15)
- January 2018 (15)
- December 2017 (6)
- November 2017 (4)
- October 2017 (4)
- September 2017 (4)
- August 2017 (4)
- July 2017 (7)
- June 2017 (12)
- May 2017 (10)
- April 2017 (6)
- March 2017 (10)
- February 2017 (7)
- January 2017 (5)
No Comments Yet
Let us know what you think