Power BI Dashboard for Commercial Tracking with Advanced DAX
Designs a complete Power BI dashboard with DAX measures for commercial analysis with drill-through and bookmarks.
Create the functional and technical specification for a Power BI dashboard for the commercial/sales department, including Star Schema data model, advanced DAX measures, and visual interactions.
At a glance
Access
Free prompt
Open to copy without upgrading.
Prompt objective
Create the functional and technical specification for a Power BI dashboard for the commercial/sales department, including Star Schema data model, advanced DAX measures, and visual interactions.
Real use case
[COMPANY NAME], a distributor with [NUMBER] active sales outlets and [NUMBER] sales representatives in [REGION], needs a dashboard showing product placement, sell-out, product mix, and rep performance in real time via Power BI Service.
Customize these fields first
Replace the placeholders with your own context before you run the prompt. That usually improves the first output more than adding more instructions later.
Prompt
Design a complete Power BI dashboard for [COMPANY NAME]'s commercial team, with [NUMBER] clients/sales outlets and [NUMBER] sales representatives.\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n**Part 1 — Data Model (Star Schema):**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Fact table: fact_sales (date_id, client_id, product_id, seller_id, quantity, gross_value, discount, net_value)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Dimensions: dim_date (calendar with local holidays), dim_client (segment, city, state, cluster), dim_product (category, brand, SKU), dim_seller (team, region, monthly_target)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Relationships and cardinality\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Isolated measures table (best practice)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n**Part 2 — DAX Measures (minimum 15):**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\nBasic:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n1. Revenue = SUMX(...)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n2. Average Order Value = DIVIDE([Revenue], [OrderCount])\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n3. Target Achievement % = DIVIDE([Revenue], [Target])\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\nTime Intelligence:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n4. Revenue MoM = [Revenue] - CALCULATE([Revenue], DATEADD(dim_date[Date], -1, MONTH))\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n5. YTD = TOTALYTD([Revenue], dim_date[Date])\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n6. 3-Month Moving Average = AVERAGEX(DATESINPERIOD(...), [Revenue])\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\nAdvanced Analysis:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n7. Product Placement = DISTINCTCOUNT of clients who purchased / total active clients\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n8. Product Mix = % of categories achieved per seller\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n9. Pareto (80/20) = dynamic ABC classification\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n10. Dynamic Ranking with RANKX\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n**Part 3 — Page Layout (3-4 pages):**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\nPage 1 — Overview:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- KPI cards at top (revenue, target %, average order value, product placement)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Bar chart: revenue by region\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Line: monthly trend (target vs actual)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Table: top 10 clients\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\nPage 2 — Seller Performance:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Ranking with conditional formatting\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Scatter: revenue vs product placement by seller\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Drill-through to individual detail\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\nPage 3 — Product Analysis:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Treemap by category\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Pareto chart\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Matrix with sales heatmap by product x month\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n**Part 4 — Interactivity:**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Filters: period, region, team, segment\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Bookmarks for predefined scenarios\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Custom tooltips with mini-charts\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Drill-through between pages\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n- Row-Level Security (RLS) by region/seller\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\nInclude the complete DAX code for each measure.
Open directly in an AI — the text is pre-filled:
How to use this prompt
- 1Replace the key placeholders first: COMPANY NAME, NUMBER, Revenue, OrderCount.
- 2Replace any bracketed placeholders like [this] with your own context.
- 3Add extra background information when you want more tailored results.
- 4Combine multiple prompts in one conversation when you need a richer output.
- 5Save your best-performing prompts so they are easy to reuse later.
Next best step
Open the guide first, then branch only if you still need more.
A guide for technical builders choosing between prompts, coding workflows, and agent-based implementation.
If this prompt is close but not quite right, generate variants next. If the job is recurring, move into the course library after the guide.
Related prompts
View allChart Selection Guide: Matching Visualization Types to Data and Objectives
Practical framework for selecting the correct visualization type based on analysis goal and data characteristics.
Best for
Create a quick-reference guide to help analysts choose the right chart (among 20+ types) based on analysis objective, number of variables, and target audience.
Interactive Looker Studio Report with Google Analytics and Sheets Data
Create an automated report in Looker Studio connecting GA4, Google Sheets, and BigQuery with interactive filters.
Best for
Build a digital marketing report in Looker Studio (formerly Data Studio) that combines data from multiple Google sources, with automatic updates and stakeholder sharing.
Data Storytelling: Narrative Structure for Impactful Presentations
Data storytelling framework to transform technical analyses into persuasive narratives for executive leadership.
Best for
Apply data storytelling techniques to create presentations that influence decisions, combining narrative structure, slide design, and insight sequencing.
Real-Time Operational Dashboard with Metabase and Automated Alerts
Configure an operational dashboard in Metabase with real-time metrics, email/Slack alerts, and interactive drill-down.
Best for
Implement an operational dashboard in Metabase (open source) that monitors KPIs in real time, sends automated alerts when metrics exceed thresholds, and enables self-service exploration for the team.
Explore other prompt categories
Move sideways into adjacent libraries when the current category is not the full answer.
Free browsing stays open. Premium prompts unlock the reusable workflow layer.
Use the guides and role paths to validate the job first. Upgrade when you want the full prompt text, editable premium prompts, and the surrounding course paths in one place.
Free access
- Browse guides, role paths, and category pages.
- Preview prompts before you decide to upgrade.
- Find the right starting point without friction.
Membership access
- Unlock premium prompts and the full copy text.
- See more workflow paths and course connections.
- Keep the reusable templates in one place.