diff --git a/rules/do-you-use-version-control-with-power-bi/bad-example-pbix-source-control.png b/rules/do-you-use-version-control-with-power-bi/bad-example-pbix-source-control.png index 8fbe22aa314..1130bf8adc3 100644 Binary files a/rules/do-you-use-version-control-with-power-bi/bad-example-pbix-source-control.png and b/rules/do-you-use-version-control-with-power-bi/bad-example-pbix-source-control.png differ diff --git a/rules/do-you-use-version-control-with-power-bi/rule.md b/rules/do-you-use-version-control-with-power-bi/rule.md index 3678d9f9f4c..8f72b5c84e5 100644 --- a/rules/do-you-use-version-control-with-power-bi/rule.md +++ b/rules/do-you-use-version-control-with-power-bi/rule.md @@ -19,6 +19,7 @@ archivedreason: null guid: 80cbeca6-d33a-4ad3-8127-d3ae46fc5f00 --- +## Foundational Concepts Doing version control with Power BI reports used to be problematic. The primary way of doing this was to commit the .pbix file into the repository using source control tools such as Visual Studio Code (VS Code). However, this has some drawbacks: @@ -28,7 +29,7 @@ Doing version control with Power BI reports used to be problematic. The primary * Version control process is not user friendly for non-developers ::: bad -![Figure: Bad example - Not a good practice to commit pbix files to source control](bad-example-pbix-source-control.png) +![Figure: Bad example - Committing .pbix files to source control does not let you see what changed](bad-example-pbix-source-control.png) ::: Microsoft has addressed these issues through the introduction of: @@ -54,12 +55,14 @@ Committing a report to the repo in this manner saves it as a Power BI Desktop Pr * [A Dataset folder](https://learn.microsoft.com/en-us/power-bi/developer/projects/projects-dataset), which contains files and folders representing a Power BI dataset * [A Reports folder](https://learn.microsoft.com/en-us/power-bi/developer/projects/projects-report), which contains the report settings, metadata for custom visuals, etc. +::: info +Whenever you see a .pbix file it should be converted to the PBIP format. +::: + ::: img-medium ![Figure: PBIP artifacts](ProjectFolders.png) ::: -Whenever you see a .pbix file it should be converted to PBIP artifacts by following the instructions given in the articles above. - ## Developing Reports You should no longer edit or publish reports directly in the production workspace. A better process for editing and committing reports is described below. diff --git a/rules/merge-open-source-pull-requests-using-the-squash-and-merge-option/merge-bad-example.png b/rules/merge-open-source-pull-requests-using-the-squash-and-merge-option/merge-bad-example.png index 26faf6f4ed5..eff09968d6b 100644 Binary files a/rules/merge-open-source-pull-requests-using-the-squash-and-merge-option/merge-bad-example.png and b/rules/merge-open-source-pull-requests-using-the-squash-and-merge-option/merge-bad-example.png differ