Skip to content

Commit 9e4f60f

Browse files
committed
Revised per PM Maya Dumesh
1 parent 09777e6 commit 9e4f60f

File tree

1 file changed

+3
-30
lines changed

1 file changed

+3
-30
lines changed

powerapps-docs/maker/common-data-service/view-entity-data-power-bi.md

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "View entity data in Power BI Desktop (Preview) | MicrosoftDocs"
33
description: "Learn how access and view entity data in Power BI Desktop"
44
ms.custom: ""
5-
ms.date: 05/01/2020
5+
ms.date: 05/26/2020
66
ms.reviewer: "matp"
77
ms.service: powerapps
88
author: "Mattp123"
@@ -33,36 +33,9 @@ For this preview, to enable the Tabular Data Stream (TDS) endpoint for Common Da
3333

3434
1. Sign into [Power Apps](https://make.powerapps.com/), and then select the appropriate environment from the top-right corner.
3535

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**.
3737

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 &lt;configuration&gt; 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).
6639

6740
## View entity data
6841

0 commit comments

Comments
 (0)