Testing dbt developments locally in Power BI Desktop using parameters

Are you collaborating with multiple Analytics Engineers on the same dbt repository? In the following hypothetical setup, dbt is used to load data into Snowflake, and Power BI is used to create reports based on that data. Each engineer has their own schema when developing and deploying locally, following dbt best practices. In Snowflake, this could look…

User Defined Functions in Power BI

Do you want to implement certain business logic in multiple measures or calculated columns in your semantic model and maintain that logic in one place? With User Defined Functions in Power BI you can do just that. Your own custom functions, reusable across the entire Power BI Semantic Model in measures and calculated columns. It’s…