Quantcast
Channel: All Service posts
Viewing all 172005 articles
Browse latest View live

Re: Concurrent User

$
0
0

Thanks@SaiTejaTalasila 

 

Hi,@ruturajk 

There are a number of factors that affect the concurrent user's ability to view reports.

 

For Power BI Premium workspaces with P1 capacity, each workload, including paginated reports, has a maximum of 500 concurrent report renders at any given time.  

To avoid congestion, plan your concurrent requests load in advance. If you exceed the concurrent requests limit, you’ll encounter the Too Many Requests (429) error. 

 

For some more specific information, here's an official document that will hopefully help you out: 

What is Power BI Premium? - Power BI | Microsoft Learn 

Paginated reports capacity planning for Power BI Premium - Power BI | Microsoft Learn 

 

I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.


Best Regards,
Fen Ling,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.


Re: Selected value in slicer does not change when I change Filters on all Pages.

$
0
0

Hi @himanshu_puri ,

You can change the uni-directional relationship to a bi-directional relationship and that should solve your problem.

vxingshenmsft_0-1720776230680.png

 

vxingshenmsft_1-1720776174294.png

Hope it helps!

 

Best regards,
Community Support Team_ Tom Shen

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

 

Re: Embedding Power BI in Angular with AAD: Security Concerns and Alternatives

$
0
0

Hi, @SreeSL12121 

If you configure it so that no user login is required, this can have a large number of security issues.The AAD login is primarily to secure the data and also to request a token from the Microsoft Authorization Platform for viewing the current report/PowerBI.

You can check to get the information from the link below:

Integrate PowerBI report using 'embed for customer approach' to angular application which use OKTA to authenticate - Stack Overflow

vjianpengmsft_0-1720776547233.png

How to embed Power BI content in an Angular app | Microsoft Learn

vjianpengmsft_1-1720776606994.png

 

 

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Re: How can I add the dataset last refresh time in PBI?

Re: filter showing default value which is not there if i set the filter to another value

$
0
0

Hi, @PatrikK123 

If the fields used by both of your slicers are in the same table, you can traverse the filter's filter relationship to set the slicer to normal:

vjianpengmsft_0-1720778933608.png

vjianpengmsft_4-1720779203752.png

 

In the following scenario is what you are experiencing right now:

I was able to reproduce your current problem when I clicked on rock in slicerB and pol rock in slicerA:

vjianpengmsft_2-1720779133226.png

vjianpengmsft_3-1720779143970.png

You need to enable mutual filtering for your two slicers, just like the two images I provided earlier, and after that, you can get the results you are looking for.

 

 

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

Re: Column intended to post spatial objects (geometric) such as points and polygons is not working.

Re: filter showing default value which is not there if i set the filter to another value

$
0
0

not working for tile filtering, because there ist still default value clicked:

PatrikK123_0-1720779890768.png

 

 

Re: Sharing Lakehouse Table via SPN - How to test

$
0
0

Hi,

 

so what I did: I got into Entra ID, created the SPN and assigned a credential. Nothing else. 
Then I got into Fabric, shared the Lakehouse with the SPN without any special permissions, no checkmarks set here. This should give me access via SQL Endpoint only.

Finally I granted access to the table using a "GRAND SELECT ON table TO spn".

Now the question is how I can connect and check that everything is running... For that I got the URL of the SQL Endpoint from the Lakehouse settings and tried to connect with SSMS and Power BI without any luck, yet...

 

THANKS for your support!


Re: COMPARTILHAMENTO DE BI

$
0
0

Bom dia, Eu vou em compartilhar e manda para o pessoal da minha empresa, seja por link ou pelo email direto. Mas mesmo assim não vai. Já compratilhei também todo o workspaces mesmo assim não deu.

 

Esse questionamento que você fez eu não entendi muito bem, desculpa sou novo no POWER BI. Consegue me explicar melhor?

Re: ODBC: ERROR [HY000] [Microsoft][Snowflake]

$
0
0

Hi, thanks for responding to me on this - 

 

Check Network Configuration: Ensure that your network settings allow Power BI Service to connect to Snowflake. - how do i do this?

 

Verify Snowflake Credentials: Double-check that the credentials used for Snowflake in Power BI Desktop are still valid and have not changed.  - I have checked this and it is the same as what is on PowerBI

API Get Refresh Schedule In Group not working

Re: Auto Refresh Excel Report with Power Pivot Data Model

$
0
0

Hi @Dan44 unfortunately i haven't gotten around testing it yet, will probably have some time to get into this next week. Have a good weekend for now!

Re: erro ao tentar acessar a conta power bi

$
0
0

This link needs to be logged in and as I said previously, I cannot log into my account in any way. 😞

 

This screen appears

RicketyKnave2_0-1720783852949.png

 

 

 

Re: In Subscription report is there option to change Q2 to Q3

$
0
0

Are you talking about email subscription for reports?  Yes 

Could you please explain your needs in more detail?

On the email subscripion once we planning to edit there will be parameters right in that I have  MKM_0-1720784275119.pngis that possible to  change to Q2 to Q3 automaticaly ?

Even i have verified but there no option to change.

 

 

 

Re: Dataflow Gen 2 DataflowsStagingWarehouse error

$
0
0

Thank you for the reply, much appreciated. 

 

I do work in a Fabric workspace. So when I enable staging in the Gen 2 workflow I get an error which contains that my access is denied to the stagging warehouse: DataflowsStagingWarehouse;Message = CREATE FILE encountered operating system error 5(Access is denied.) while attempting to open or create the physical file

 

Which is strange, I am an admin of the workspace. Is there any setting that I am missing?


Re: Data Gateway PowerShell module issue with `Add-DataGatewayClusterMember` command `-RegionKey` pa

$
0
0

Thank you @hackcrr 

Hi, @mikeeq 

I apologize for my late reply. I did a complete test based on the code you are using. During the test, the gateway module honors the region parameter. Here are the results of my tests:

First, I updated my PowerShell to version 7.4.3 using the following commands:

 

winget source reset --force winget source update winget install --id Microsoft.Powershell --source winget

 

vjianpengmsft_0-1720782399602.png

I installed the gateway module using the following command:

 

Install-Module -Name OnPremisesDataGatewayHAMgmt Install-Module -Name DataGateway

 

Import the gateway module in PowerShell and view the gateway version:

 

Import-Module DataGateway (Get-Module DataGateway).version

 

vjianpengmsft_1-1720782669595.png

Next log into my gateway account:

 

Login-DataGatewayServiceAccount

 

vjianpengmsft_2-1720782874743.png

 

(Get-Item "C:\Program Files\On-premises data gateway\Microsoft.PowerBI.EnterpriseGateway.exe").VersionInfo.FileVersion

 

vjianpengmsft_3-1720783459766.png

Use the following command to get the zone of the gateway to see which zone my current gateway is installed in:

 

Get-DataGatewayRegion

 

vjianpengmsft_4-1720784711194.png

Add a gateway cluster member to the gateway region:

 

Add-DataGatewayClusterMember -GatewayClusterId xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -GatewayName datagatewaypoc-2 -RecoveryKey $secureRecoveryKey -OverwriteExistingGateway -RegionKey uksouth

 

vjianpengmsft_5-1720785098820.png

You can see that we were also able to add the gateway member without any problems when we specified the RegionKey uksouth.

Use your debug command below to test that the Power BI API automatically redirects to the specified region when you add a gateway cluster member:

PS C:\> Add-DataGatewayClusterMember -RegionKey uksouth -GatewayName "DataGatewayPoC-4" -RecoveryKey $secureRecoveryKey -OverwriteExistingGateway -Debug -Verbose -GatewayClusterId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

vjianpengmsft_0-1720785910935.png

vjianpengmsft_1-1720785928868.png

Use the following command to get the just added gateway cluster:

get-dataGatewayCluster -RegionKey uksouth -Verbose -Debug

vjianpengmsft_2-1720786146902.png

During this entire test, the gateway module worked fine. You can try to add the gateway cluster members again using PowerShell commands. Or you can perform the operation in another computer.
In addition to this, you can choose an alternative solution: add the gateway cluster using the local data gateway software.

 

 

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

 

 

 

 

 

Re: Data Gateway Invalid connection credentials

$
0
0

This worked for me when I used the admin credentials! Can you please specify the role that we need to assign to the user? It cannot be admin in my case since the dba will not allow it.

Re: Accent Color on Scorecard Metric

$
0
0

I'm trying to change the color of the accent bar (in my screenshot the blue bar next to the metric name), not the status colors. 

Re: Multiple Reports in One App?

$
0
0

Hi @aerizk, Hope you are doing good!

Using a Power BI app will be a useful approach to share your content with broader audience. There is no such limit on number of reports you can add in the APP. But there are few limitations of Power BI App:

  • You can create one app per workspace.
  • You can create up to 25 audience groups per app.
  • A total of 10,000 users and user groups combined can have access to an app.
  • Each user group is counted as one entry against the 10,000 total.

For more details Checkout this blog

 

Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!



undefined

$
0
0

Olá, estou com essa dificuldade de atualizar meu trabalho no Power Bi, está aparecendo a seguinte informação:

Esse conjunto de dados não dá suporte a recursos mais recentes, como traduções ou permissões de exibição para conjuntos de dados compostos.

Alguém tem a solução?

Viewing all 172005 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>