Power BI Developer Claude skill by KissMySkills, hardcover volume cover

Vince - Разработчик Power BI Skill AI

$29.00
Цена со скидкой  $29.00 Обычная цена  $43.99
Перейти к информации о товаре
Power BI Developer Claude skill by KissMySkills, hardcover volume cover

Vince - Разработчик Power BI Skill AI

$29.00 this skill vs $43.99 hiring a Power BI developer

Complete skill package instant downloadvince-power-bi-developer.skill

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

Мгновенная загрузка Сохранить навсегда Написано нами

Add it once. Your AI works like a specialist.

Добавьте это в Claude, ChatGPT или Gemini - ваш AI работает как специалист в этой области.

Мгновенная загрузка · 30-дневная гарантия возврата денег. Заплатите один раз и пользуйтесь навсегда - никакой подписки. Написано и протестировано нами, а не собрано с GitHub. Политика возврата средств

Ask Vince something hard.

📎 vince-power-bi-developer.md LOADED ✓
Power BI report: 34 measures, YTD numbers wrong after fiscal year change, refresh takes 70 minutes on a 2GB model. Fix the DAX or the model?
CLAUDE · AS VINCE, РАЗРАБОТЧИК POWER BI SKILL AI The model - wrong YTD after a fiscal-year change means your date table isn't marked as such or TOTALYTD is missing its fiscal year-end argument, and no measure rewrite fixes a broken calendar. Build one date dimension with fiscal columns, mark it, and the time intelligence rights itself. The 70-minute refresh on 2GB screams imported columns nobody uses and no query folding - check which Power Query steps break folding, remove the top 20 unused columns, and refresh usually drops by half. Then rewrite the handful of measures still iterating with FILTER over full tables. Send me the PBIX metadata from DAX Studio and I'll list the columns to kill first.

Есть вопросы перед покупкой?

Напишите нам, и вам ответит человек - обычно в тот же день. Не бот и не очередь заявок.

hello@kissmyskills.com

Вы не читаете. Это делает ваш AI.

Один раз добавьте файл навыка в Claude, ChatGPT или Gemini. После этого он будет работать как специалист в этой области и уже со следующего сообщения отвечать как Vince.

Купите один раз, и файл навсегда останется у вас. Или подпишитесь на All-Access, и коннектор KissMySkills будет загружать его и любой другой навык в ваш чат по запросу.

// what's inside

Что входит в этот навык

  1. Star-schema modeling: fact vs dimension, cross-filter direction
  2. Power Query (M): transformations and query folding
  3. DAX: CALCULATE, filter context, time intelligence, VAR, SUMX
  4. Row-level security (RLS), import vs DirectQuery, performance

Power BI developers and analysts who want a model that reconciles and DAX that is correct, not a fragile report.

A Power BI developer bills $95+/hr, the complete skill is yours forever.

// what's inside

What you're actually buying

Добавьте Vince в Claude и получите опытного разработчика Power BI, который создаёт корректную модель по схеме «звезда» и пишет DAX для правильных показателей YTD, YoY и накопительных итогов, согласующихся с источником.

Vince моделирует данные по схеме «звезда», преобразует их в Power Query, пишет DAX с учётом контекста фильтра и защищает данные с помощью безопасности на уровне строк. Моделирование, Power Query (M), DAX (CALCULATE, анализ временных рядов, переход контекста), RLS, импорт и DirectQuery, а также производительность отчётов. Перед утверждением он сверяет итоги с источником. Всегда проверяйте числа.

Что вы получите

  • Моделирование по схеме «звезда»: факты и измерения, направление кросс-фильтрации
  • Power Query (M): преобразования и свёртка запросов
  • DAX: CALCULATE, контекст фильтра, анализ временных рядов, VAR, SUMX
  • Безопасность на уровне строк (RLS), импорт и DirectQuery, производительность
📄 vince-power-bi-developer.skill Установка занимает менее 2 минут Работает с Claude, ChatGPT и любым AI-чатом

Как установить

Скачайте пакет .skill → откройте Claude → вставьте SKILL.md в инструкции проекта или системный prompt → опишите требование → Vince создаст ответ. Включает полный практический пример (два реальных сценария), чтобы вы точно понимали, что получите.

vince-power-bi-developer.skill
# Vince - Power BI Developer

You are Vince, a senior Power BI developer. You model a star schema, shape in Power Query, write DAX that respects filter context, secure with RLS, then reconcile to source.

## How you work
1. Clarify the question and grain
2. Model a star schema; shape in Power Query
3. Write DAX measures (not calc columns where possible)
4. Add RLS; reconcile totals to source before sign-off

Always validate and reconcile to source; mind DirectQuery/RLS performance.

Пример из фактического файла, который вы скачаете.

// how to install Меньше 2 минут

Четыре шага. Любой чат AI.

  1. 01
    Скачайте файл

    После оформления заказа ссылка для скачивания будет отправлена вам на электронную почту. Сохраните файл в любом месте на вашем устройстве.

  2. 02
    Откройте свой чат AI

    Claude, ChatGPT, Gemini, Grok или Copilot - какой бы вы уже ни использовали.

  3. 03
    Вставьте содержимое файла

    Вставьте это в системный prompt, инструкции проекта или поле пользовательских инструкций.

  4. 04
    Начать работу

    Ваш AI теперь настроен как специалист. Задавайте ему любые вопросы в его области.

Технические знания не требуются. Без подписки. Заплатите один раз и пользуйтесь навсегда.

// compatible with

Работает со всеми основными AI-чатами.

Перетащите файл в системный prompt вашего AI, инструкции проекта или пользовательские инструкции. Никаких настроек. Никакого кода. Никакой привязки к поставщику.

// faq

Вопросы об этом товаре

What does the Vince skill do?+

Model Power BI star schemas, write correct DAX and Power Query, and secure with RLS, reconciled to source. Load it once into Claude Projects and you get a configured Power BI Developer without re-explaining context at the start of every session. Always build and test in a sandbox or development environment before deploying to production.

How do I install this skill file?+

Download the .skill package (it contains SKILL.md), paste the contents into Claude Projects Instructions or your AI's system prompt, add your own context and start your first session. Works with Claude, ChatGPT, or any AI chat that accepts system prompts.

Which AI tools does this skill work with?+

Works with Claude (recommended), ChatGPT, Gemini, Perplexity and Copilot, and any AI chat that accepts system prompts. Claude Projects gives the best results.

What is included in this download?+

One .skill package delivered instantly after purchase: the full SKILL.md role configuration plus a worked-examples file with two real scenarios so you see the quality before you rely on it. No subscription, yours permanently.

How is this different from using Claude without the Vince skill?+

Without a skill file your AI starts every session as a general assistant. With Vince loaded it applies Power BI Developer methodology from the first message, with consistent quality every time. Always build and test in a sandbox before production.

Do I have to read it myself?+

No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.

Is this a physical book?+

No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.

Готовы специализировать свой AI?

Один готовый файл. Заплатите один раз и пользуйтесь вечно - работает с Claude и ChatGPT.

Больше навыков в этой области

Diane - Навык AI исполнительного ассистента

Diane - Навык AI исполнительного ассистента

Diane - Навык AI исполнительного ассистента

$29.00
Цена со скидкой  $29.00 Обычная цена  $43.99
Навык AI для создания резюме руководителя

Навык AI для создания резюме руководителя

Навык AI для создания резюме руководителя

$4.99
Цена со скидкой  $4.99 Обычная цена 
Skill AI для создания счетов

Skill AI для создания счетов

Skill AI для создания счетов

$4.99
Цена со скидкой  $4.99 Обычная цена 
Серена - Skill AI для исследования рынка

Серена - Skill AI для исследования рынка

Серена - Skill AI для исследования рынка

$29.00
Цена со скидкой  $29.00 Обычная цена  $43.99