powerbi_integration

powerbi_integration is a skill for Claude Code, Codex from MidOSresearch/midos. It costs 0 tokens per session (128 once invoked), scanned A, original, MIT.

A set of Power BI guidelines for organising data into related tables and writing DAX formulas, including formulas for attribution and cost per acquisition. Power BI is Microsoft's tool for analysing data and building reports; DAX is its formula language.

In plain words
What is it for?
Designing Power BI data models, tracking attribution events, and calculating cost per acquisition from campaign and source data.
Why use it?
It provides a documented structure for analysing marketing results and calculating which campaigns or sources led to acquisitions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/midosresearch/midos/powerbi_integration
Any agent
npx skills add MidOSresearch/midos --skill powerbi_integration
Clone the repo
git clone --depth 1 https://github.com/MidOSresearch/midos

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for powerbi_integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/midosresearch/midos/powerbi_integration.svg)](https://agentmods.dev/skills/midosresearch/midos/powerbi_integration)
Your own site
<a href="https://agentmods.dev/skills/midosresearch/midos/powerbi_integration"><img src="https://agentmods.dev/badge/skills/midosresearch/midos/powerbi_integration.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 128 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00128
Opus 5 $0.00000 $0.00064
Sonnet 5 $0.00000 $0.00026
Haiku 4.5 $0.00000 $0.00013

Measured 6d ago against content hash b3bcb2d1d56b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

powerbi_integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

knowledge/skills/powerbi_integration/SKILL.md · 16 lines

What it actually says

📊 Power BI Sovereignty: The Star Schema Standard

1. Data Model

  • Fact Table: f_attribution_events (High volume, transactional).
  • Dim Tables: d_campaigns, d_sources, d_dates.
  • Relationship: One-to-Many from Dims to Fact. Single Direction filter (usually).

2. DAX Formulas for Attribution

CPA (Cost Per Acquisition)

CPA =
DIVIDE(

> **Note**: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 16 lines · 0 tokens per session scan A b3bcb2d1d56b

Subscribe to this mod's changes

powerbi_integration is a skill published in the GitHub repository MidOSresearch/midos (8 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 128 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

go-testing

Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.

Gentleman-Programming/gentle-ai · 26 tokens

ijfw-workflow

Use when the user says: 'build', 'create', 'plan', 'new project', 'brainstorm', 'design', 'UI', 'website', 'dashboard', 'app', 'help me build', 'launch', 'book', 'campaign', or anything project-level. Skill body decides Quick vs Deep path.

FerroxLabs/ijfw · 70 tokens

ijfw-plan

Use when the user says 'plan this', 'plan it', 'make a plan', 'let's plan', 'draft a plan', 'how should we tackle this', 'break this down', or invokes '/ijfw-plan'. Produces a falsifiable PLAN.md (software, book, campaign, design, research) with task breakdown, dependency wave-table, and success criteria — gated by…

FerroxLabs/ijfw · 95 tokens

ijfw-cross-audit

Generate a cross-platform multi-model audit (Trident) on a diff, brief, or artifact. Trigger: 'cross audit', 'Trident', 'second opinion', 'check with other models', 'check with other AIs', 'cross-check this', 'get another perspective', /cross-audit.

FerroxLabs/ijfw · 67 tokens

ijfw-update

Check for and apply IJFW updates safely. Trigger: 'update ijfw', 'upgrade', 'latest version', 'is there a new version', /update.

FerroxLabs/ijfw · 36 tokens

adr

Create and manage Architecture Decision Records. Documents significant technical decisions with context, alternatives, and consequences. Also supports evaluate (assess proposals) and design (system design) modes.

drafthq/draft · 37 tokens