Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tutorial/CDM-Azure-Data-Services-Integration-Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ With this task you create a Power BI dataflow to ingest sales data from the Wide
6. Enter the **Server** name (<server>.database.windows.net) and the **Database** name (WideWorldImporters-Standard), and enter the server admin credentials you provided earlier.
7. Select the tables to be extracted:
a. Enter **“Sales”** in the search bar to filter the list to the tables in the Sales schema.
b. Select **Sales.BuyingGroups, Sales.CustomerCategories, Sales.Customers, Sales.OrderLines, Sales.Orders**
b. Select **Sales.BuyingGroups, Sales.CustomerCategories, Sales.Customers, Sales.OrderLines, Sales.Orders, Sales.Invoices, Sales.InvoiceLines**

![](media/selecttables.png)

Expand Down