├── 2018 └── power-bi-cumulative-total-nuances │ └── Cumulative Totals.pbix ├── 2020 ├── a-user-friendly-way-to-deal-with-role-playing-dimensions-in-power-bi │ └── Power BI - Role Playing Dimensions.pbix ├── automating-power-bi-deployments │ ├── General - Connect.ps1 │ ├── General - PoSh Script Template.ps1 │ ├── Reports - Change Data Source Credentials.ps1 │ ├── Reports - Deploy Report.ps1 │ ├── Reports - Trigger Refresh.ps1 │ ├── Reports - Update Parameter.ps1 │ ├── Reports - Update Refresh Schedule.ps1 │ ├── Workspaces - Assign Permissions.ps1 │ └── Workspaces - Create Workspace.ps1 ├── change-password-expiration-policies-for-service-accounts-in-o365 │ └── Users - Change Password Expiration Policy.ps1 └── restore-a-power-bi-workspace │ ├── Workspaces - List Workspaces.ps1 │ └── Workspaces - Restore Workspace.ps1 ├── 2021 ├── azure-ad-assign-administrator-roles-with-powershell │ └── Roles - Assign Administrator Role.ps1 ├── fixing-incorrect-drill-through-results-in-analysis-services │ ├── Fixing Drillthrough Results.sln │ ├── Tabular Project - Part 1 │ │ ├── Model.bim │ │ ├── Model.bim.layout │ │ ├── Model.bim_MartinSchoombee.settings │ │ └── Tabular Project - Part 1.smproj │ └── Tabular Project - Part 2 │ │ ├── Model.bim │ │ ├── Model.bim.layout │ │ ├── Model.bim_MartinSchoombee.settings │ │ └── Tabular Project - Part 2.smproj └── using-calculation-groups-with-role-playing-dimensions │ ├── Tabular Project │ ├── Model.bim │ ├── Model.bim.layout │ ├── Model.bim_MartinSchoombee.settings │ └── Tabular Project.smproj │ └── Using Calculation Groups with Role Playing Dimensions.sln ├── 2022 └── creating-development-environments-in-azure │ ├── ARM - Deploy VM.ps1 │ └── ARM Template - VM.json ├── 2024 └── building-a-framework-for-orchestration-in-azure-data-factory │ ├── Data Factory │ ├── 1 - Linked Services │ │ ├── Linked Service Template - Azure Key Vault.jsonc │ │ ├── Linked Service Template - Azure SQL Database.jsonc │ │ └── Linked Service Template - Source - Azure SQL Database.jsonc │ ├── 2 - Datasets │ │ ├── Dataset Template - Azure SQL Database.jsonc │ │ ├── Dataset Template - Azure SQL Table.jsonc │ │ └── Dataset Template - Source - Azure SQL Database.jsonc │ ├── 3 - Pipelines │ │ ├── Pipeline Template - Orchestrator - Execute Task.jsonc │ │ ├── Pipeline Template - Orchestrator - Get Tasks To Execute.jsonc │ │ ├── Pipeline Template - Orchestrator - Main.jsonc │ │ └── Pipeline Template - Worker - Copy Data - Azure SQL.jsonc │ ├── Readme - Orchestrators.txt │ └── Readme - Workers.txt │ └── Metadata │ ├── GetExecutionSequences.sql │ ├── GetTaskQueries.sql │ ├── GetTasksToExecute.sql │ └── Metadata Tables.sql └── readme /2018/power-bi-cumulative-total-nuances/Cumulative Totals.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2018/power-bi-cumulative-total-nuances/Cumulative Totals.pbix -------------------------------------------------------------------------------- /2020/a-user-friendly-way-to-deal-with-role-playing-dimensions-in-power-bi/Power BI - Role Playing Dimensions.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/a-user-friendly-way-to-deal-with-role-playing-dimensions-in-power-bi/Power BI - Role Playing Dimensions.pbix -------------------------------------------------------------------------------- /2020/automating-power-bi-deployments/General - Connect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/automating-power-bi-deployments/General - Connect.ps1 -------------------------------------------------------------------------------- /2020/automating-power-bi-deployments/General - PoSh Script Template.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/automating-power-bi-deployments/General - PoSh Script Template.ps1 -------------------------------------------------------------------------------- /2020/automating-power-bi-deployments/Reports - Change Data Source Credentials.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/automating-power-bi-deployments/Reports - Change Data Source Credentials.ps1 -------------------------------------------------------------------------------- /2020/automating-power-bi-deployments/Reports - Deploy Report.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/automating-power-bi-deployments/Reports - Deploy Report.ps1 -------------------------------------------------------------------------------- /2020/automating-power-bi-deployments/Reports - Trigger Refresh.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/automating-power-bi-deployments/Reports - Trigger Refresh.ps1 -------------------------------------------------------------------------------- /2020/automating-power-bi-deployments/Reports - Update Parameter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/automating-power-bi-deployments/Reports - Update Parameter.ps1 -------------------------------------------------------------------------------- /2020/automating-power-bi-deployments/Reports - Update Refresh Schedule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/automating-power-bi-deployments/Reports - Update Refresh Schedule.ps1 -------------------------------------------------------------------------------- /2020/automating-power-bi-deployments/Workspaces - Assign Permissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/automating-power-bi-deployments/Workspaces - Assign Permissions.ps1 -------------------------------------------------------------------------------- /2020/automating-power-bi-deployments/Workspaces - Create Workspace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/automating-power-bi-deployments/Workspaces - Create Workspace.ps1 -------------------------------------------------------------------------------- /2020/change-password-expiration-policies-for-service-accounts-in-o365/Users - Change Password Expiration Policy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/change-password-expiration-policies-for-service-accounts-in-o365/Users - Change Password Expiration Policy.ps1 -------------------------------------------------------------------------------- /2020/restore-a-power-bi-workspace/Workspaces - List Workspaces.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/restore-a-power-bi-workspace/Workspaces - List Workspaces.ps1 -------------------------------------------------------------------------------- /2020/restore-a-power-bi-workspace/Workspaces - Restore Workspace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2020/restore-a-power-bi-workspace/Workspaces - Restore Workspace.ps1 -------------------------------------------------------------------------------- /2021/azure-ad-assign-administrator-roles-with-powershell/Roles - Assign Administrator Role.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/azure-ad-assign-administrator-roles-with-powershell/Roles - Assign Administrator Role.ps1 -------------------------------------------------------------------------------- /2021/fixing-incorrect-drill-through-results-in-analysis-services/Fixing Drillthrough Results.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/fixing-incorrect-drill-through-results-in-analysis-services/Fixing Drillthrough Results.sln -------------------------------------------------------------------------------- /2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 1/Model.bim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 1/Model.bim -------------------------------------------------------------------------------- /2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 1/Model.bim.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 1/Model.bim.layout -------------------------------------------------------------------------------- /2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 1/Model.bim_MartinSchoombee.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 1/Model.bim_MartinSchoombee.settings -------------------------------------------------------------------------------- /2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 1/Tabular Project - Part 1.smproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 1/Tabular Project - Part 1.smproj -------------------------------------------------------------------------------- /2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 2/Model.bim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 2/Model.bim -------------------------------------------------------------------------------- /2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 2/Model.bim.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 2/Model.bim.layout -------------------------------------------------------------------------------- /2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 2/Model.bim_MartinSchoombee.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 2/Model.bim_MartinSchoombee.settings -------------------------------------------------------------------------------- /2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 2/Tabular Project - Part 2.smproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/fixing-incorrect-drill-through-results-in-analysis-services/Tabular Project - Part 2/Tabular Project - Part 2.smproj -------------------------------------------------------------------------------- /2021/using-calculation-groups-with-role-playing-dimensions/Tabular Project/Model.bim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/using-calculation-groups-with-role-playing-dimensions/Tabular Project/Model.bim -------------------------------------------------------------------------------- /2021/using-calculation-groups-with-role-playing-dimensions/Tabular Project/Model.bim.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/using-calculation-groups-with-role-playing-dimensions/Tabular Project/Model.bim.layout -------------------------------------------------------------------------------- /2021/using-calculation-groups-with-role-playing-dimensions/Tabular Project/Model.bim_MartinSchoombee.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/using-calculation-groups-with-role-playing-dimensions/Tabular Project/Model.bim_MartinSchoombee.settings -------------------------------------------------------------------------------- /2021/using-calculation-groups-with-role-playing-dimensions/Tabular Project/Tabular Project.smproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/using-calculation-groups-with-role-playing-dimensions/Tabular Project/Tabular Project.smproj -------------------------------------------------------------------------------- /2021/using-calculation-groups-with-role-playing-dimensions/Using Calculation Groups with Role Playing Dimensions.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2021/using-calculation-groups-with-role-playing-dimensions/Using Calculation Groups with Role Playing Dimensions.sln -------------------------------------------------------------------------------- /2022/creating-development-environments-in-azure/ARM - Deploy VM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2022/creating-development-environments-in-azure/ARM - Deploy VM.ps1 -------------------------------------------------------------------------------- /2022/creating-development-environments-in-azure/ARM Template - VM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2022/creating-development-environments-in-azure/ARM Template - VM.json -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/1 - Linked Services/Linked Service Template - Azure Key Vault.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/1 - Linked Services/Linked Service Template - Azure Key Vault.jsonc -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/1 - Linked Services/Linked Service Template - Azure SQL Database.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/1 - Linked Services/Linked Service Template - Azure SQL Database.jsonc -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/1 - Linked Services/Linked Service Template - Source - Azure SQL Database.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/1 - Linked Services/Linked Service Template - Source - Azure SQL Database.jsonc -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/2 - Datasets/Dataset Template - Azure SQL Database.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/2 - Datasets/Dataset Template - Azure SQL Database.jsonc -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/2 - Datasets/Dataset Template - Azure SQL Table.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/2 - Datasets/Dataset Template - Azure SQL Table.jsonc -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/2 - Datasets/Dataset Template - Source - Azure SQL Database.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/2 - Datasets/Dataset Template - Source - Azure SQL Database.jsonc -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/3 - Pipelines/Pipeline Template - Orchestrator - Execute Task.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/3 - Pipelines/Pipeline Template - Orchestrator - Execute Task.jsonc -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/3 - Pipelines/Pipeline Template - Orchestrator - Get Tasks To Execute.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/3 - Pipelines/Pipeline Template - Orchestrator - Get Tasks To Execute.jsonc -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/3 - Pipelines/Pipeline Template - Orchestrator - Main.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/3 - Pipelines/Pipeline Template - Orchestrator - Main.jsonc -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/3 - Pipelines/Pipeline Template - Worker - Copy Data - Azure SQL.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/3 - Pipelines/Pipeline Template - Worker - Copy Data - Azure SQL.jsonc -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/Readme - Orchestrators.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/Readme - Orchestrators.txt -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/Readme - Workers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Data Factory/Readme - Workers.txt -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Metadata/GetExecutionSequences.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Metadata/GetExecutionSequences.sql -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Metadata/GetTaskQueries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Metadata/GetTaskQueries.sql -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Metadata/GetTasksToExecute.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Metadata/GetTasksToExecute.sql -------------------------------------------------------------------------------- /2024/building-a-framework-for-orchestration-in-azure-data-factory/Metadata/Metadata Tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/2024/building-a-framework-for-orchestration-in-azure-data-factory/Metadata/Metadata Tables.sql -------------------------------------------------------------------------------- /readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschoombee/Blog/HEAD/readme --------------------------------------------------------------------------------