Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Share your ideas and vote for future features

0 Votes
Status: New
  • APIS and Embedding
0 Votes
Status: New
  • APIS and Embedding
0 Votes
Status: New
  • APIS and Embedding
0 Votes
Status: Investigating

Hi @Lingaraj-Mishra ,

 

Certain tenant configurations in Azure AD could potentially restrict or alter the behavior of the client credentials grant. It's important to ensure that:

1.The application registration in Azure AD is correctly configured with the necessary API permissions for Power BI.

2.Admin consent has been granted for the permissions required by your application.

You may verify API Permissions,double-check that the API permissions assigned to your application in Azure AD include and that these permissions have been granted admin consent.Dataset.Read.All
Also ensure that the scope parameter in your token request is correctly set to . This scope is necessary for accessing Power BI REST APIs.https://analysis.windows.net/powerbi/api/.default
When making API requests with the obtained token, ensure that the header is correctly formatted as .AuthorizationBearer {token}
Look closely at the response from the token request. It may contain additional details or error codes that can help pinpoint the issue.Although you've mentioned verifying these, it's worth double-checking the application ID, secret, and tenant ID for any possible typos or mismatches.

 

 

For more information on authenticating with Power BI REST API, you might find the following documentation helpful: Authenticate with Power BI REST API

 

Best regards.
Community Support Team_Caitlyn

  • APIS and Embedding
0 Votes
Status: Delivered

Hi  @DavidPROVOST 

I have submitted this error to Feedback Submission Form and they will take care of the issue as soon as possible, please be patient. Thank you for your cooperation!

 

Best Regards,
Community Support Team _ Ailsa Tao

  • APIS and Embedding
0 Votes
Status: Investigating

Hi @GuvenTum 

This API Returns a list of datasets, reports, and dashboards that have not been used within 30 days for the specified workspace. Is the deleted API you mentioned not yet more than 30 days old ?

 

Best Regards,
Community Support Team _ Ailsa Tao

  • APIS and Embedding
0 Votes
Status: Investigating

Hi  @songogeta32 ,

 

The error message indicates a which suggests there might be an issue with the data sourceitself. It’s possible that the data you’re trying to access is too large or complex for the connection to handle. You might want to consider optimizing your queries or reducing the amount of data you’re trying to pull in at once.
The difference in behavior between the shared VM and the personal Azure VM could be due to a variety of factors. Shared VMs in Azure allow you to attach a managed disk to multiple virtual machines (VMs) simultaneously. This could potentially lead to issues if multiple users are trying to access or modify the same data at the same time. On the other hand, a personal VM is dedicated to a single user, which might explain why you’re not encountering the same issues there. Since the error only occurs on the shared VM, it’s possible that network issues could be causing the problem. If the shared VM is experiencing high network traffic or latency, it could be timing out before the data can be fully retrieved.
Some users have reported that clearing the data load cache and permissions can resolve similar issues. You can do this by going to , then save the file and load againFile -> Options and Settings -> Options -> Data Load -> Clear Cache.

 

Best regards.
Community Support Team_Caitlyn

  • APIS and Embedding
0 Votes
Status: Needs Info

Hi @Donny620 

I tried to restore the scenario you mentioned but failed, can you provide screenshot or video of the operation for reference ?

 

Best Regards,
Community Support Team _ Ailsa Tao

 

0 Votes
Status: Investigating

Hi @HygeiaOrg ,

 

I did a simple test but it doesn't seem to have successfully reproduced your problem, and for the time being there is no feedback from other users who have had a similar experience to yours.
Does this issue only occur in this report or are you able to reproduce it in other reports?

 

Best regards.
Community Support Team_Caitlyn

  • APIS and Embedding
Status: Investigating

Hi  @PrashantC ,

 

Based on the above information, this issue is complex which may need to collect log files for further troubleshooting. Since community support engineers don't have that access, I would suggest opening a Support Ticket. If you are a Power BI Pro or Fabric licensee, you can create a support ticket for free and a dedicated Microsoft engineer will come to solve the problem for you. 
It would be great if you continue to share in this issue to help others with similar problems after you know the root cause or solution.

 

The link of Power BI Support: Support | Microsoft Power BI

For how to create a support ticket, please refer to How to create a support ticket in Power BI - Microsoft Power BI Community

 

Best Regards,
Community Support Team _ Caitlyn

  • APIS and Embedding
0 Votes
Status: Investigating

Hi @AlexNachreiner ,

 

In your case, it seems that the RLS settings in the underlying semantic model might be causing the issue. When RLS is applied, Power BI sends authenticated Azure AD credentials in the queries to the underlying data source. This enables Power BI to respect the security settings that are configured at the data source level3.

If you remove the RLS from the underlying model, the Power Automate workflow succeeds without error because it no longer has to deal with the additional security layer imposed by RLS.

As a workaround, you might consider adjusting the RLS settings or the configuration of the connection. 

 

Best regards.
Community Support Team_Caitlyn

 

 

Status: Investigating

Hi @PrasadPBI0398 

You can export the report in that specific state via bookmark . You can refer to the official documentation for more information.

https://learn.microsoft.com/en-us/power-bi/developer/embedded/export-to#bookmarks 

 

Best Regards,
Community Support Team _ Ailsa Tao

  • APIS and Embedding
0 Votes
Status: Investigating

Hi @ffirda99 ,

 

We would like to know what data source you are using?

If you’ve connected to your data source in an unauthorized account, the corresponding credential would be created. You may need to change the credential. Go to “File –> Options and Settings –> Data Source Settings”, under “Global permissions”, select data source connections and click on Edit permission in Power BI Desktop.

 

 

Best regards.
Community Support Team_Caitlyn

 

0 Votes
Status: Delivered

Hi @gverrault ,

 

For feature improvement, you may vote the idea and comment here. It is the right place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

Best Regards,
Community Support Team _ Caitlyn

  • APIS and Embedding
0 Votes
Status: Needs Info

Hi @Anabelalopes ,

 

For the time being, there is no feedback from other users who have had a similar experience to you.
I would like to know if this issue is happening in Power BI Desktop or Power BI Service?

 

Best regards.
Community Support Team_Caitlyn

 

0 Votes
Status: Investigating

Hi @lFahadl ,

 

Can you describe the exact scenario in which the problem occurs so that we can reproduce your issue?
Is this the latest version of Power BI Desktop?

 

Best regards.
Community Support Team_Caitlyn

0 Votes
Status: Needs Info

Hi @brittaf2002 

You mean, you don't have access to a report from another workspace, but you can get this report through the API, but when you use the API to get the page of this report, there is a 401 error reported, right? 

I compared the two APIs , and the requirements for permissions are the same, so I can't see a specific difference just from the documentation. Can you provide the content of your API and the results returned?

 

Best Regards,
Community Support Team _ Ailsa Tao

  • APIS and Embedding
0 Votes
Status: Investigating

Hi  @brittaf2002 ,

 

Based on the information I found, there doesn’t seem to be any recent changes or deprecations to the APIGet Upstream Dataflows In Group.

This API requires either or permissionsDataflow.ReadWrite.AllDataflow.Read.All. If you’re using a service principal, it’s important to note that this API call can be made by a service principal profile.

If you’re experiencing issues, it might be due to changes in the user’s permissions or the dataflows themselves.

I would recommend checking the following:

1.The user still has the necessary permissions ( or ).Dataflow.Read.AllDataflow.ReadWrite.All
2.The dataflows you’re trying to access are still available and haven’t been moved or deleted.
3.There have been any changes to the service principal’s permissions or settings.

 

Best regards.
Community Support Team_Caitlyn

0 Votes
Status: Investigating

Hi @nikkiq ,

 

There is no feedback from other users who have had similar experiences as you, I did a simple test in a previous report but it did not reproduce your problem.
A day has passed since your post, is the problem still present?

 

Best regards.
Community Support Team_Caitlyn

  • APIS and Embedding
0 Votes
Status: Needs Info

Hi  @PGUPTA14 

Can you provide the REAT API you used on Postman/databricks ?

 

Best Regards,
Community Support Team _ Ailsa Tao

  • APIS and Embedding
Idea Statuses