What problem does it solve? Migrating Power BI dashboards to Snowflake requires manually translating tables, relationships, and DAX measures into semantic models, which is slow and error-prone. This Skill automates the analysis and conversion of Power BI files into Snowflake Semantic View YAML. ## Core Features & Use Cases - File Analysis: Parse .pbit and .pbix files staged in Snowflake to inventory tables, columns, measures, relationships, and M-query warnings before conversion. - Filtered Export: Generate Semantic View YAML with options to include specific tables, columns, or measures, remap target databases/schemas, and drop unsupported DAX measures. - Validation & Remapping: Verify base table references exist in Snowflake and re-export with target database/schema overrides when migrating across environments. - Use Case: A data team migrating a sales dashboard from Power BI to Snowflake uploads the .pbix file to a stage, analyzes its 20 tables and 50 DAX measures, filters to the relevant tables, and exports a semantic model YAML ready for deployment. ## Quick Start Import the Power BI file @ANALYTICS.PUBLIC.MY_STAGE/sales_dashboard.pbix into a Snowflake Semantic View named sales_model.