Skip to content

Commit

Permalink
Merge pull request #12536 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
10/29/2024 PM Publish
  • Loading branch information
Emma-yxf authored Oct 29, 2024
2 parents 1152f99 + facda81 commit 9c9780e
Show file tree
Hide file tree
Showing 44 changed files with 2,714 additions and 122 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: ''
ms.service: powerbi
ms.subservice: pbi-data-sources
ms.topic: how-to
ms.date: 09/25/2024
ms.date: 10/29/2024
LocalizationGroup: Connect to data
---
# Connect to cloud data sources in the Power BI service
Expand Down Expand Up @@ -106,8 +106,8 @@ Selecting **Manage** presents a page with several tabs. Select the **Reports** t
* **Shareable cloud connections also share your credentials** - when you allow others to user your shareable cloud connections, it's important to understand that you're letting others connect their own semantic models, paginated reports, and other artifacts to the corresponding data sources by using the connection details and credentials you provided. Make sure you only share connections (and their credentials) that you're authorized to share.

* **Every user is limited to maximum 1000 data source connections in every cloud tenant**: If you reach the maximum number of data sources limit, verify that the number of data sources per user isn't over the limit of 1000 connections. To resolve any related issues, you can manually remove existing data sources from the admin center or, alternatively, use the following PowerShell script to find and bulk-delete any data sources that exceed that limit.
```
PowerShell

```powershell
## required module "mcirosoftpowerbimgmt" Install-Module -Name DataGateway and sign in the same user who exceeded the 1000 limit
Import-Module -name microsoftpowerbimgmt
Expand Down
2 changes: 1 addition & 1 deletion powerbi-docs/connect-data/service-real-time-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LocalizationGroup: Data from files
# Real-time streaming in Power BI

> [!IMPORTANT]
> Real-time streaming in Power BI is being retired. After October 31, 2024 you will no longer be able to create new real-time semantic models in Power BI. Your existing streaming semantic models will be unaffected. As an alternative, explore [Real-Time Intelligence in Microsoft Fabric](/fabric/real-time-intelligence/overview).
> As of October 31, 2024, creation of new real-time semantic models **will no longer be supported**, including push semantic models, streaming semantic models, PubNub streaming semantic models, and streaming data tiles. **Your existing streaming semantic models will be unaffected.** For more information about the retirement of real-time streaming in Power BI, see the [blog post announcement](https://powerbi.microsoft.com/blog/announcing-the-retirement-of-real-time-streaming-in-power-bi/). Microsoft recommends users explore [Real-Time Intelligence in Microsoft Fabric](/fabric/real-time-intelligence/overview).

Power BI with real-time streaming helps you stream data and update dashboards in real time. Any visual or dashboard created in Power BI can display and update real-time data and visuals. The devices and sources of streaming data can be factory sensors, social media sources, service usage metrics, or many other time-sensitive data collectors or transmitters.
Expand Down
4 changes: 2 additions & 2 deletions powerbi-docs/developer/embedded/embed-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer:
ms.service: powerbi
ms.subservice: powerbi-developer
ms.topic: concept-article
ms.date: 08/04/2024
ms.date: 10/10/2024
#customer intent: As a Power BI developer, I want to learn which tokens my app needs to authenticate against Azure and Power BI service so that I can embed Power BI content in my app.
---

Expand Down Expand Up @@ -36,7 +36,7 @@ For both [*embed for your customers*](./embedded-analytics-power-bi.md#embed-for

You can acquire a Microsoft Entra token in one of the following ways:

* Use an external tool to acquire a token. The request URL for a service principal must be `https://login.microsoftonline.com/{tenantID}/oauth2/v2.0/token`, but for a master user, it can be either `https://login.microsoftonline.com/{tenantID}/oauth2/v2.0/token` or `https://login.microsoftonline.com/common/oauth2/token`.
* Use an external tool, such as [Bruno](https://www.usebruno.com/downloads), to acquire a token. The request URL is `https://login.windows.net/{{tenantId}}/oauth2/token`. Replace {tenantID} with your tenant ID.

* Follow the sample solutions at [PowerBI-Developer-Samples](https://github.com/microsoft/PowerBI-Developer-Samples/). For example:

Expand Down
6 changes: 3 additions & 3 deletions powerbi-docs/enterprise/troubleshoot-xmla-endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: davidi
ms.service: powerbi
ms.subservice: powerbi-admin
ms.topic: troubleshooting
ms.date: 10/24/2024
ms.date: 10/29/2024
ms.custom: css_fy20Q4
LocalizationGroup: Premium
---
Expand Down Expand Up @@ -47,11 +47,11 @@ To use a service principal, be sure to specify the application identity informat

- *cert:thumbprint* (recommended for security)

`Data Source=powerbi://api.powerbi.com/v1.0/myorg/Contoso;Initial Catalog=PowerBI_Dataset;User ID=app:91ab91bb-6b32-4f6d-8bbc-97a0f9f8906b@19373176-316e-4dc7-834c-328902628ad4;Password=`**`cert:12faf3e291435468607857694df5e45b68851868`**`;`
`Data Source=powerbi://api.powerbi.com/v1.0/myorg/Contoso;Initial Catalog=PowerBI_Dataset;User ID=app:<appid>;Password=cert:<thumbprint>;`

- *application secret*

`Data Source=powerbi://api.powerbi.com/v1.0/myorg/Contoso;Initial Catalog=PowerBI_Dataset;User ID=app:91ab91bb-6b32-4f6d-8bbc-97a0f9f8906b@19373176-316e-4dc7-834c-328902628ad4;Password=`**`6drX...`**`;`
`Data Source=powerbi://api.powerbi.com/v1.0/myorg/Contoso;Initial Catalog=PowerBI_Dataset;User ID=app:<appid>;Password=<secret>;`

If you receive the following error:

Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9c9780e

Please sign in to comment.