Exclusive Content:

Haiper steps out of stealth mode, secures $13.8 million seed funding for video-generative AI

Haiper Emerges from Stealth Mode with $13.8 Million Seed...

Running Your ML Notebook on Databricks: A Step-by-Step Guide

A Step-by-Step Guide to Hosting Machine Learning Notebooks in...

“Revealing Weak Infosec Practices that Open the Door for Cyber Criminals in Your Organization” • The Register

Warning: Stolen ChatGPT Credentials a Hot Commodity on the...

Streamline the Creation of Amazon QuickSight Data Stories with Agentic AI and Amazon Nova Act

Streamlining Decision-Making with Automated Amazon QuickSight Data Stories

Overview of Challenges in Data Story Creation

Introduction to Amazon Nova Act

Automating QuickSight Data Stories: A Step-by-Step Guide

Best Practices for Effective Prompts

Prerequisites for Implementing Amazon Nova Act

Setup Instructions for QuickSight Data Story Automation

Managing Your Data Stories: Creation and Cleanup

Conclusion: Enhancing Productivity with Automation

Additional Resources and Learn More

About the Author: Satish Bhonsle, AWS Senior Technical Account Manager

Streamlining Data Story Creation with Amazon Nova Act

In today’s data-driven world, organizations are constantly seeking ways to transform complex data into actionable insights. Amazon QuickSight’s data stories empower global customers by providing interactive narratives that facilitate faster decision-making. However, the manual creation of these data stories can take a significant toll on resources, detracting from valuable analytical work.

The Challenge of Manual Data Story Creation

Each organization comprises various business units, each generating multiple dashboards tailored to their reporting needs. Users often need to craft numerous data stories from these dashboards, and the manual process of developing narratives is both time-consuming and inefficient. As a result, teams may find themselves bogged down in repetitive tasks, delaying critical data-driven decisions.

Automating with Amazon Nova Act

In this blog post, we explore how Amazon Nova Act addresses these challenges, offering a robust solution for automating QuickSight data story creation. By leveraging web browser automation, Nova Act allows users to focus on strategic analysis rather than tedious narrative generation.

What is Amazon Nova Act?

Amazon Nova Act represents a leap forward in web browser automation, designed specifically to perform complex tasks with ease. Unlike traditional large language models (LLMs), Nova Act emphasizes actionable capabilities, breaking down complex tasks into manageable steps. This technology is invaluable for businesses seeking enhanced productivity with minimal human supervision.

Benefits of QuickSight Data Stories

QuickSight data stories elegantly transform intricate data sets into interactive presentations that guide stakeholders through vital insights. By blending visualizations, text, and images, QuickSight facilitates better communication between analysts and decision-makers, accelerating the decision-making process while ensuring professional standards.

How Nova Act Enhances QuickSight

With the automation capabilities of Amazon Nova Act, organizations can automatically generate data stories, significantly reducing the time spent on manual efforts. By utilizing browser automation, Nova Act seamlessly interacts with QuickSight to create customized narratives that empower data-driven decision-making across teams.

Solution Overview

The combination of QuickSight’s interactive narratives and Amazon Nova Act’s autonomous capabilities ensures a more streamlined operational flow. This integration not only enhances productivity but also frees up valuable time for critical analyses.

Best Practices for Prompts

To achieve optimal results with Nova Act, it’s essential to follow best practices for crafting prompts.

  • Be Clear and Concise: Provide precise instructions for what the agent should do.

    Instead of:

    nova.act("Select the SaaS-Sales dataset")

    Use:

    nova.act("Click on Datasets on the left and select the SaaS-Sales dataset")
  • Break Down Complex Actions: Divide large actions into smaller steps to enhance clarity and reliability.

    For example, instead of:

    nova.act("Publish dashboard as ‘test-dashboard’")

    Use:

    nova.act("Select Analyses on the left")
    nova.act("Choose ‘SaaS-Sales analysis’")
    nova.act("Click ‘PUBLISH’")
    nova.act("Enter 'test-dashboard' into the dashboard name field")
    nova.act("Confirm 'PUBLISH DASHBOARD'")

Prerequisites for Using Nova Act with QuickSight

To create and publish a QuickSight data story using Amazon Nova Act, ensure you meet the following prerequisites:

  1. An API key for authentication.
  2. Access to the Amazon Nova Act GitHub repository for additional requirements and installation instructions.
  3. A QuickSight Pro user account (author or reader).
  4. An already published QuickSight dashboard containing the necessary visuals.

Installation Steps for Windows Users

  1. Create a virtual environment:
    python -m venv venv
  2. Activate the virtual environment:
    venv\Scripts\activate
  3. Set your API key as an environment variable:
    $Env:NOVA_ACT_API_KEY="your_api_key"
  4. Install Amazon Nova Act:
    pip install nova-act

Automating Data Story Creation

To start an automated browser session with Nova Act, interface with QuickSight like this:

from nova_act import NovaAct

nova = NovaAct(starting_page="https://quicksight.aws.amazon.com/")
nova.start()

Cleaning Up After Automation

To delete the created data story, follow these easy steps:

  1. Sign in to QuickSight.
  2. Navigate to Data stories in the left-hand menu.
  3. Find the data story you wish to delete.
  4. Click the options menu icon (three dots) next to the story.
  5. Select "Delete" from the dropdown.

Conclusion

In this post, we demonstrated how Amazon Nova Act simplifies the process of creating QuickSight data stories, significantly enhancing organizational productivity. By minimizing manual effort, teams can focus on what truly matters: making informed, data-driven decisions.

To dive deeper into the capabilities of Amazon Nova Act and QuickSight data stories, check out the linked resources below.

About the Author

Satish Bhonsle is a Senior Technical Account Manager at AWS. With a passion for customer success and technology, he excels in aligning strategic objectives with software capabilities to effectively drive customer success.

Latest

Creating a Personal Productivity Assistant Using GLM-5

From Idea to Reality: Building a Personal Productivity Agent...

Lawsuits Claim ChatGPT Contributed to Suicide and Psychosis

The Dark Side of AI: ChatGPT's Alleged Role in...

Japan’s Robotics Sector Hits Record Orders Amid Growing Global Labor Shortages

Japan's Robotics Boom: Navigating Labor Shortages and Global Competition Add...

Analysis of Major Market Segments Fueling the Digital Language Sector

Exploring the Rapid Growth of the Digital Language Learning...

Don't miss

Haiper steps out of stealth mode, secures $13.8 million seed funding for video-generative AI

Haiper Emerges from Stealth Mode with $13.8 Million Seed...

Running Your ML Notebook on Databricks: A Step-by-Step Guide

A Step-by-Step Guide to Hosting Machine Learning Notebooks in...

VOXI UK Launches First AI Chatbot to Support Customers

VOXI Launches AI Chatbot to Revolutionize Customer Services in...

Investing in digital infrastructure key to realizing generative AI’s potential for driving economic growth | articles

Challenges Hindering the Widescale Deployment of Generative AI: Legal,...

Apple Stock 2026 Outlook: Price Target and Investment Thesis for AAPL

Institutional Equity Research Report: Apple Inc. (AAPL) Analysis Report Overview Report Date: February 27, 2026 Analyst: Lead Equity Research Analyst Rating: HOLD 12-Month Price Target: $295 Data Sources All data sourced...

Optimize Deployment of Multiple Fine-Tuned Models Using vLLM on Amazon SageMaker...

Optimizing Multi-Low-Rank Adaptation for Mixture of Experts Models in vLLM This heading encapsulates the main focus of the content, highlighting both the technical aspect of...

Create a Smart Photo Search Solution with Amazon Rekognition, Amazon Neptune,...

Building an Intelligent Photo Search System on AWS Overview of Challenges and Solutions Comprehensive Photo Search System with AWS CDK Key Features and Use Cases Technical Architecture and...