I have created this power bi report with data in GCP-BigQuery and once is deployed in app.powerbi.com i get this weird error in datasets when i run the report.
Not sure what it is ... anyone seeing this error with datasource as Big query ??
Error " Failed to update data source credentials: [DataSource.Error] Web.Contents failed to get contents from 'https://www.googleapis.com/oauth2/v4/token' (400): Bad Request"
It works fine on power bi desktop but NOT on service ? ?
enter image description here
Do you have a gateway on Power BI Service or a Premium workspace?
If yes, you need to define the connector in Power BI Service to refresh the dataset reading data from GCP.
If not, you need one of those two.
I had a similar problem, authorization from incognito mode helped me
Related
hope someone can provide some insights or experience in this area.
I am currently building some reports in Power BI, the data source is connected via ODBC to a firebird database (testing environment atm). I copied the script to SQL statement and it runs ok.
However, something went wrong every time I refreshed the data, it stops at 'loading data to model' stage. I have to end Power BI in task manager then restart it again.
I don't know why this happens.
Thanks in advance.
I am currently running into some issues with the online refresh of PowerBI when refreshing a BigQuery data source. I have created 9 views on top of the firebase analytics table that is being fed into BigQuery. Whereas the refresh from PowerBI Desktop always succeeds, the online refresh often (80% of cases) fails, with the following error message:
ODBC: ERROR [HY000] [Microsoft][DriverOAuthSupport] (8701) Error
interacting with REST API: Couldn't connect to server ERROR [HY000]
[Microsoft][DriverOAuthSupport] (8701) Error interacting with REST
API: Couldn't connect to server Table: vwDevices.
I contacted Microsoft about this, and their PowerBI product team believes the problem arises at BigQuery.
Is anyone familiar with this error message or does anyone have an idea what I should troubleshoot?
Thanks!
Jaap
I want to make a report with data from a dataset shared with me within BigQuery. The problem is when I connect to the database I can only see "My Project" and "Public Datasets".
Power BI screen
BigQuery screen
Is this because I we can't see datasets which are shared with us and which haven't been created by us?
Or is it a problem with the Power BI connector?
To answer your questions:
Q: Is this because I we can't see datasets which are shared with us and which haven't been created by us?
A: You should be able to see datasets that are shared with you even if you haven't created it. If someone shared one with you, you probably got an email saying:
John Doe has shared the BigQuery dataset <PROJECT_NAME>:<DATASET_NAME> with you. To access this dataset, you can use the BigQuery browser tool or the BigQuery command line tool.
When using the BigQuery browser tool, you may need to add project <PROJECT_NAME> for display by following the instructions here.
From this link you can view the steps to perform to add the project from which the dataset has been shared to your own project.
Q: Is it a problem with the Power BI connector?
A: I would suggest you to reach out to the Power BI Support team to have them answer this question since I'm not familiar with this tool.
I'm using pentaho EE 6.1, and I'd like to setup an data source specific for an user, I'v seen in this link https://help.pentaho.com/Documentation/6.1/0R0/070/Multi-Tenancy
but I don't undersand how to make it.
Some help please.
Question is not clear.
But i had this same issue sometime back and i am sharing my research and understanding.
In Data integration we have option called parameterised connection and in this way you can achieve multitenancy but due to pentaho architecture of bi server we can't achieve the same in bi server.
you can achieve this in bi server through stored procedure this is one of the way.
We are working on Sql Azure Reporting Services, we have a situation where we need to display client logo on report. We are passing Image path (URL) as parameter to the report which works fine on normal windows server reporting services, but when we move to Sql Azure Reporting it fails to show image on report e.g. image path can be like "http://p.lui.li/img-30718_images_j-r-full.jpg". Any help will be highly appreciated.
From what I can tell this is currently not supported in Azure SQL Reporting. I tried it in a sample report and I couldn't get it to work even if I use Azure Blob storage. You can upload the image to the reporting server as an alternative but external linking is still not implemented. I would vote here:
http://www.mygreatwindowsazureidea.com/forums/169380-business-analytics-sql-reporting/suggestions/2395600-support-external-image-in-reporting-services
This was similar to the Azure CORS problem that is finally going to be fixed soon. The nice thing is when they finally fix it you will get notified if you vote on it.
I solved this issue by moving the image to Azure Sql Server Database, and then populating the image from database resolved the issue.