|
2 | 2 | title: "View entity data in Power BI Desktop (Preview) | MicrosoftDocs"
|
3 | 3 | description: "Learn how access and view entity data in Power BI Desktop"
|
4 | 4 | ms.custom: ""
|
5 |
| -ms.date: 05/01/2020 |
| 5 | +ms.date: 05/26/2020 |
6 | 6 | ms.reviewer: "matp"
|
7 | 7 | ms.service: powerapps
|
8 | 8 | author: "Mattp123"
|
@@ -33,36 +33,9 @@ For this preview, to enable the Tabular Data Stream (TDS) endpoint for Common Da
|
33 | 33 |
|
34 | 34 | 1. Sign into [Power Apps](https://make.powerapps.com/), and then select the appropriate environment from the top-right corner.
|
35 | 35 |
|
36 |
| -2. Verify that your enviroment has version 9.1.0.17437. To do this, select the **Settings** gear on the toolbar, and then select **Advanced Settings**. Then, on the new browser tab that opens select the **Settings** gear on the toolbar, and then select **About**. |
| 36 | +2. Verify that your environment has at least version 9.1.0.17437. To do this, select the **Settings** gear on the toolbar, and then select **Advanced Settings**. Then, on the new browser tab that opens select the **Settings** gear on the toolbar, and then select **About**. |
37 | 37 |
|
38 |
| -3. Download the [OrgDBOrgSettingsTool](https://www.microsoft.com/en-us/download/details.aspx?id=56131). During the download, select **CRM2016-Tools-KB4046795-ENU-amd64.exe**. After the download is completed, install the tool. |
39 |
| - |
40 |
| -4. Open the **Microsoft.Crm.SE.OrgDBOrgSettingsTool.exe.config** file and make the following changes. For example, if your advanced settings environment URL is `https://orgbb33fb45f.crm3.dynamics.com/main.aspx` the OrgDBOrgSettingsTool_CrmDiscoveryService_CrmDiscoveryService value will be `https://disco.crm3.dynamics.com/XRMServices/2011/Discovery.svc` and the OrgDBOrgSettingsTool_OrgServiceUri value will be `https://orgbb33fb45f.crm3.dynamics.com/XrmServices/2011/Organization.svc`. |
41 |
| - |
42 |
| - ```xml |
43 |
| - Setting Name: OrgDBOrgSettingsTool_CrmDiscoveryService_CrmDiscoveryService |
44 |
| - Setting Value: https://disco. <!-- See step 4 in this procedure.--> |
45 |
| - |
46 |
| - Setting Name: OrgDBOrgSettingsTool_SKU |
47 |
| - Setting Value: Online |
48 |
| - |
49 |
| - Setting Name: OrgDBOrgSettingsTool_UserName |
50 |
| - Setting Value: <!-- admin user login--> |
51 |
| - |
52 |
| - Setting Name: OrgDBOrgSettingsTool_OrgServiceUri |
53 |
| - Setting Value: https://<!-- Full org host name. See step 4 in this procedure. --> |
54 |
| - ``` |
55 |
| - |
56 |
| -5. Add the following node within the <configuration> node in the Microsoft.Crm.SE.OrgDBOrgSettingsTool.exe.config file: |
57 |
| - |
58 |
| - ```xml |
59 |
| - <runtime> |
60 |
| - <AppContextSwitchOverrides value="Switch.System.Net.DontEnableSchUseStrongCrypto=false"/> |
61 |
| - </runtime> |
62 |
| - ``` |
63 |
| - |
64 |
| -6. Open a command window, move to the folder where the OrgDBOrgSettingsTool contents are located, and run the following command: |
65 |
| - - Microsoft.Crm.SE.OrgDBOrgSettingsTool Update /u \<org-unique-name\> EnableTDSEndpoint true |
| 38 | +3. Enable the TDS endpoint. For more information, see the **TDS endpoint (Preview)** setting in this topic [Manage feature settings](/power-platform/admin/settings-features). |
66 | 39 |
|
67 | 40 | ## View entity data
|
68 | 41 |
|
|
0 commit comments