power-bi-retail-analytics-dashboard

Builds Power BI retail dashboards with DAX measures, forecasting, and alert thresholds.

5|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/data-skills --skill power-bi-retail-analytics-dashboard-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: power-bi-retail-analytics-dashboard
Source: https://github.com/reason-machines/data-skills/tree/main/skills/power-bi-retail-analytics-dashboard
Command: npx skills add https://github.com/reason-machines/data-skills --skill power-bi-retail-analytics-dashboard-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building a retail analytics dashboard in Power BI from scratch requires designing a star schema, writing DAX measures, configuring Power Query ETL, and setting up alerts and forecasting, which is time-consuming and error-prone without a reference implementation. ## Core Features & Use Cases - DAX Measure Library: Ready-to-use measures for profit margin, year-over-year growth, moving annual totals, retention index, and dynamic alert flags with configurable thresholds. - Power Query ETL Pipeline: Data cleaning, type conversion, and calculated column transformations for the Global Superstore dataset or custom SQL sources. - Forecasting & Alerts: Built-in 12-month predictive forecasting, conditional formatting rules for exception highlighting, and scheduled refresh configuration in Power BI Service. - Use Case: A retail analyst clones the SalesPulse 360 project, connects it to their SQL Server sales database, and delivers an interactive dashboard with regional drill-down, cohort analysis, and low-margin alerts within a day. ## Quick Start Ask the AI to set up the SalesPulse 360 Power BI dashboard by cloning the repository, extracting the Global Superstore dataset, and opening the PBIX file with updated data source paths.

Frequently Asked Questions about power-bi-retail-analytics-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a retail sales dashboard in Power BI?▼

Clone the SalesPulse 360 repository, extract the Global Superstore dataset, and open the PBIX file in Power BI Desktop. The dashboard loads a star schema with pre-built DAX measures for sales, profit margin, and year-over-year growth.

How do I add forecasting to a Power BI line chart?▼

Add a line chart with date and sales measures, then enable Forecast in the Analytics pane with a 12-month forecast length and 95% confidence interval. Ensure at least 24 months of historical data so seasonality can be detected.

Can Power BI connect to SQL Server instead of CSV files?▼

Yes, use Get Data then SQL Server and choose Import mode for small datasets or DirectQuery for large ones. You can also reference environment variables in Power Query to keep server credentials out of the file.

Why is my Power BI dashboard slow to render?▼

Slow rendering usually comes from row-by-row DAX iteration, too many visuals per page, or large unaggregated datasets. Replace SUMX patterns with direct column aggregations, limit pages to 15-20 visuals, and pre-aggregate at monthly level.

Why does scheduled refresh fail in Power BI Service?▼

Refresh failures typically stem from expired data source credentials or missing gateway configuration for on-premises sources. Re-enter credentials in dataset settings and verify the Power BI Gateway is installed and linked to the dataset.

How do I set up row-level security in Power BI?▼

Create a role under Modeling then Manage Roles with a DAX filter such as matching Region to USERPRINCIPALNAME or a security mapping table. Test the configuration with View as Roles before publishing.