Lab 4.3: Create a dashboard
Scenario
Bellows College is an educational organization with multiple campuses and programs. Many of Bellow Colleges instructors and administrators need to attend events, and purchase items. Historically tracking these expenses has been a challenge. Campus administration would like to modernize their expense reporting system by providing employees with a digital way to report expenses. Throughout this course, you will build applications and perform automation to enable the Bellows College employees to manage expenses.
High-level lab steps
Upon Successful completion of this lab, you will:
- Create a new model-driven app
- Create a personal dashboard that displays Expense Report information
- Add your views and dashboards to your model-driven app
Prerequisites
- Completion of Module 1 Lab 0 - Validate lab environment
Exercise 1: Create a Personal Dashboard
Task #1: Create your new model-driven app
- If you are not already, sign in to
https://make.powerapps.com
. - Select the environment that you imported the Expense Report solution into at the top right if it is not already selected.
- Using the navigation on the left, select Solutions.
- Open the Expense Report solution.
- On the command bar, select the + New button.
- From the menu that appears, go to App > Model-driven app.
- Enter
Employee Expense Management
for Name and select Create.
Task #2: Create a new view called My Active Expense Reports
- If you are not already, sign in to
https://make.powerapps.com
. - Select the environment that you imported the Expense Report solution into at the top right if it is not already selected.
- Using the navigation on the left, select Solutions.
- Open the Expense Report solution.
- Locate and open the Expense Report table.
- Under Data experiences, select Views.
- Open the Active Expense Reports view.
- Select the Save As button.
- Change the Name to
My Active Expense Reports
. - Select the Save button.
- In the Filter By section, select Edit filters.
- Select the Add button. From the menu that appears, select Add Row.
- Select the drop-down arrow in the first blank row. From the menu that appears, select the Owner column.
- Change the Equals field to Equals current user.
- Select the OK button.
- Select the Save and Publish button.
Task #3: Add a Dashboards section to the Employee Expense Management app
- If you are not already, sign in to https://make.powerapps.com.
- Select the environment that you imported the Expense Report solution into at the top right if it is not already selected.
- Using the navigation on the left, select Solutions.
- Open the Expense Report solution.
- Select Apps.
- Locate the Employee Expense Management app.
- Select the vertical ellipses, and from the menu that appears, select Edit.
- Select the Add Page button.
- Select Dashboard.
- Explore the system dashboards that are available by default. When you are ready, select one of the dashboards that you would like to add to your app.
- Select Add.
- With New Group selected, change the Title to Dashboards.
- Select the Save button.
- Once the save is complete select the Save and Publish button.
Task #4: Add a personal dashboard to the Employee Expense management app
- If you are not already, sign in to
https://make.powerapps.com
. - Select the environment that you imported the Expense Report solution into at the top right if it is not already selected.
- Using the navigation on the left, select Solutions.
- Open the Expense Report solution.
- Select Apps.
- Locate the Employee Expense Management model-driven app.
- Select the vertical ellipses. From the menu that appears, select Play.
- Under the Dashboards group, select the system dashboard you added in Task 3.
- Select the New button.
- From the menu that appears, select Dynamics 365 Dashboard.
- Choose 2-column Regular Dashboard.
- Select the Create button.
- Change the Name of the dashboard to
Expense Report Dashboard
. - In the Upper Left section, select the List icon.
- Configure the List as follows:
- Record Type: Expense Reports
- View: Expense Reports Due today.
- Select the Add button.
- In the Upper Right section, select the List icon.
- Configure the List as follows:
- Record Type: Expense Reports
- View: My Active Expense Reports.
- Select the Add button.
- In the Lower Left section, select the List icon.
- Configure the List as follows:
- Record Type: Expense Lines
- View: My Active Expense Lines.
- Select the Add button.
- In the Lower Right section, select the List icon.
- Configure the List as follows:
- Record Type: Contacts
- View: Active Contacts.
- Select the Add button.
- Select the Save button in the upper left corner.
- Once the dashboard is saved, select the Close button.
- You should be taken to the Expense Report Dashboard.
- On the Command Bar at the top, select Set As Default.