Skip to content

Commit c0674e1

Browse files
authored
Merge pull request MicrosoftDocs#4740 from MicrosoftDocs/wimcoor
Wimcoor - removal of download package in sharepoint tutorial - 2333717
2 parents 1dcf12d + 5a22170 commit c0674e1

File tree

4 files changed

+8
-96
lines changed

4 files changed

+8
-96
lines changed

powerapps-docs/maker/canvas-apps/sharepoint-scenario-build-app.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ search.app:
2020
2121
In this task, we'll build a canvas app from scratch. This app allows a user to assign a manager to projects and to update project details. You will see some of the same controls and formulas you saw in the first app, but you will build more of the app yourself this time. The process is more complex, but you'll learn more, so we think it's a fair trade-off.
2222

23-
> [!TIP]
24-
> The [download package](https://aka.ms/o4ia0f) for this scenario includes a finished version of this app: project-details-app.msapp.
25-
2623
## Quick review of Power Apps Studio
2724
Power Apps Studio has three panes and a ribbon that make app creation feel like building a slide deck in PowerPoint:
2825

@@ -514,4 +511,4 @@ The next step in this tutorial series is to [create a Power BI report to analyze
514511
- [SharePoint integration scenarios](sharepoint/scenarios-intro.md)
515512

516513

517-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
514+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/maker/canvas-apps/sharepoint-scenario-build-report.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ search.app:
2020
2121
In this task, we'll create a Power BI report based on the two SharePoint lists. We'll bring the list data into Power BI Desktop and clean it up a little, do some basic data modeling, and create a set of visuals that tell us something about the data.
2222

23-
> [!TIP]
24-
> The [download package](https://aka.ms/o4ia0f) for this scenario includes a finished version of this report: project-analysis.pbix.
25-
2623
## Quick review of Power BI Desktop
2724
Before we dive into report creation, let's review Power BI Desktop. This is a powerful tool, with a lot of features, so we will focus on an overview of the areas that you will use in this task. There are three main work areas or *views* in Power BI Desktop: **Report** view, **Data** view, and **Relationships** view. Power BI Desktop also includes **Query Editor**, which opens in a separate window.
2825

@@ -386,4 +383,4 @@ The next step in this tutorial series is to [publish the Power BI project report
386383
- [SharePoint integration scenarios](sharepoint/scenarios-intro.md)
387384
388385
389-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
386+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/maker/canvas-apps/sharepoint-scenario-generate-app.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ contributors:
2424
2525
Now that the SharePoint lists are in place, we can build and customize our first app. Power Apps is integrated with SharePoint, so it's easy to generate a basic *three screen app* directly from a list. This app allows you to view summary and detailed information for each list item, update existing list items, and create new list items. If you create an app directly from a list, the app appears as a *view* for that list. You can then run that app in a browser, as well as on a mobile phone.
2626

27-
> [!TIP]
28-
> The [download package](https://aka.ms/o4ia0f) for this scenario includes a finished version of this app: project-requests-app.msapp.
29-
3027
## Step 1: Generate an app from a SharePoint list
3128

3229
1. In the **Project Requests** list you created, select **Integrate** -> **Power Apps** -> **Create an app**.
@@ -175,4 +172,4 @@ The next step in this tutorial series is to [Create a flow to manage project app
175172
- [SharePoint integration scenarios](sharepoint/scenarios-intro.md)
176173

177174

178-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
175+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/maker/canvas-apps/sharepoint-scenario-setup.md

Lines changed: 5 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ The second list is **Project Details**, which tracks details for all approved pr
5151
| PMAssigned |Single line of text |Project manager |
5252

5353
## Step 2: Create and review the lists
54-
To continue with the scenario, you need to create the two SharePoint lists and populate them with sample data. We'll show you how to do this by creating the list and pasting sample data into it. Make sure you have the Excel files from the [download package](https://aka.ms/o4ia0f).
54+
To continue with the scenario, you need to create the two SharePoint lists and populate them with sample data. We'll show you how to do this by creating the list and pasting sample data into it. Make sure you have [downloaded](https://download.microsoft.com/download/d/f/6/df6682e2-c625-47f2-9627-b78a86217cd8/project-requests.xlsx) the sample Excel file.
5555

5656
> [!NOTE]
57-
> Use Internet Explorer for this step.
57+
> Use Microsoft Edge for this step.
5858
5959
### Create the lists
6060

61-
1. In Internet Explorer, in your SharePoint site, click or tap **New**, then **List**.
61+
1. In Microsoft Edge, in your SharePoint site, click or tap **New**, then **List**.
6262

6363
![Create new SharePoint list](./media/sharepoint-scenario-setup/01-01-01-new-list.png)
6464

@@ -93,93 +93,14 @@ To continue with the scenario, you need to create the two SharePoint lists and p
9393
2. Select the cells in the grid.
9494

9595
![List with all columns](./media/sharepoint-scenario-setup/01-01-07-empty-grid.png)
96-
3. Open the project-requests.xlsx workbook and select all the data (not the headings).
96+
3. Open the [downloaded workbook](https://download.microsoft.com/download/d/f/6/df6682e2-c625-47f2-9627-b78a86217cd8/project-requests.xlsx) and select all the data (not the headings).
9797

9898
![Project Requests Excel table](./media/sharepoint-scenario-setup/01-01-08-excel-table.png)
9999
4. Copy the data and paste it into the grid in SharePoint, then click or tap **Done**.
100100

101101
![Completed list with data](./media/sharepoint-scenario-setup/01-01-09-full-grid.png)
102102
5. Repeat the list creation and copy process for the "Project Details" list, using the project-details.xlsx workbook. Refer to the Project Details table in [Step 1: Understand the lists](#step-1-understand-the-lists) for the column names and data types.
103103

104-
## Step 3: Update connections to samples - optional
105-
As noted in the introduction to this tutorial series, we included two sample apps and a report in the [download package](https://aka.ms/o4ia0f). You can complete this scenario without using these samples, but if you want to use the samples, you need to update the connections to the SharePoint lists. You update them so that they use *your* lists as a data source, rather than ours.
106-
107-
### Update connections for the sample apps
108-
109-
1. In [Power Apps Studio](https://create.powerapps.com/studio/), click or tap **Open** in the left pane.
110-
111-
2. Click or tap **Browse**, then open the **project-management-app.msapp** file that you downloaded.
112-
113-
3. Click or tap **Allow**, so that Power Apps can use SharePoint.
114-
115-
4. On the ribbon, on the **View** tab, click or tap **Data sources**.
116-
117-
![Power Apps data sources](./media/sharepoint-scenario-setup/01-03-01-data-sources.png)
118-
5. In the **Data** panel, click or tap the ellipsis (**. . .**) next to **Project Details**, then click or tap **Remove**.
119-
120-
![Remove Project Details data source](./media/sharepoint-scenario-setup/01-03-02-remove.png)
121-
6. Click or tap **Add Data Source**.
122-
123-
![Add data source](./media/sharepoint-scenario-setup/01-03-03-add.png)
124-
125-
7. We'll show you two ways to connect to the list, depending on whether Power Apps already established a SharePoint connection for you:
126-
127-
* If you see a SharePoint connection already, click or tap that connection.
128-
129-
![Existing connection](./media/sharepoint-scenario-setup/01-03-03aa-existing-connection.png)
130-
131-
* If you don't see a SharePoint connection, click or tap **New connection**.
132-
133-
![New connection](./media/sharepoint-scenario-setup/01-03-03a-new-connection.png)
134-
135-
Then click or tap **SharePoint**, and click or tap **Create**.
136-
137-
![SharePoint connection](./media/sharepoint-scenario-setup/01-03-03b-sharepoint.png)
138-
139-
8. Enter the URL for the SharePoint Online site that contains the lists you created, then click or tap **Go**.
140-
141-
![SharePoint URL](./media/sharepoint-scenario-setup/01-03-03c-sharepoint-url.png)
142-
9. Select the **Project Details** list, then click or tap **Connect**.
143-
144-
![Project Details list](./media/sharepoint-scenario-setup/01-03-03d-project-details.png)
145-
146-
The **Data** panel now shows the connection that you created.
147-
148-
![Data sources](./media/sharepoint-scenario-setup/01-03-03e-data-sources.png)
149-
150-
10. Click or tap the ellipsis (**. . .**) next to **Project Details**, then click or tap **Refresh**.
151-
152-
![Refresh Project Details data source](./media/sharepoint-scenario-setup/01-03-02-remove.png)
153-
154-
11. Click ![Run app icon](./media/sharepoint-scenario-setup/icon-run-arrow.png) in the upper right corner to run the app, and make sure the connection works properly.
155-
156-
12. Click or tap **File**, then save the app to the cloud.
157-
158-
12. Repeat the steps in this section for **project-requests-app.msapp**, using the **Project Requests** list.
159-
160-
### Update connections for the sample report
161-
1. Open **project-analysis.pbix** in Power BI Desktop.
162-
163-
2. On the ribbon, on the **Home** tab, click or tap **Edit queries**, then **Data source settings**.
164-
165-
![Edit queries](./media/sharepoint-scenario-setup/01-03-04-edit-queries.png)
166-
167-
3. Click or tap **Change Source**.
168-
169-
![Data source settings](./media/sharepoint-scenario-setup/01-03-05-settings.png)
170-
171-
4. Enter the URL for your SharePoint Online site, then click or tap **OK**, then **Close**.
172-
173-
![SharePoint list URL](./media/sharepoint-scenario-setup/01-03-06-list-url.png)
174-
175-
5. Power BI Desktop displays a banner under the ribbon, so you can apply changes and bring in data from the new source. Click or tap **Apply Changes**.
176-
177-
![Apply query changes](./media/sharepoint-scenario-setup/01-03-07-apply.png)
178-
179-
6. Sign in with a Microsoft account (the account you use to access SharePoint Online), then click or tap **Connect**.
180-
181-
![Connect to SharePoint Online](./media/sharepoint-scenario-setup/01-03-08-connect.png)
182-
183104
## Next steps
184105
The next step in this tutorial series is to [generate an app to handle project requests](sharepoint-scenario-generate-app.md).
185106

@@ -188,4 +109,4 @@ The next step in this tutorial series is to [generate an app to handle project r
188109
- [SharePoint integration scenarios](sharepoint/scenarios-intro.md)
189110

190111

191-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
112+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)