From the course: Advanced Microsoft Fabric Implementation and Governance

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Comparing versions

Comparing versions

- [Instructor] In the last module, we added this report to a git-repo. Now we're going to modify the report and check the changes in GitHub. In Power BI, let's modify the existing port by modifying an existing visual, adding a new visual, and creating a new DAX measure, and renaming the page. I'm going to create a new measure called Total Quantity, which will be the sum of sale quantity. I'm going to use this new measure by copying an existing measure, and then pasting it, and then replacing this with my total quantity amount. Next, I'm going to rename this page, Quick Summary. And lastly, I'm going to change this visual by changing this from blue to another color. I'll make these pink. Let's go ahead and save this. And now let's take a look at the changes in GitHub in VS Code. Inside of VS Code in the source control area, we can see that we've got some changes. We can see here the modification that we made to the page name. It was page one, and we changed it to quick summary. Also…

Contents