Quantcast
Channel: All Power Query posts
Viewing all 122306 articles
Browse latest View live

Re: SSAS Security Roles - Power BI Dashboard

$
0
0

Mapko,As we posted  Multidimensinal cube security for Power BI ,while your mentioned Tabular Model security,
So,could you know about Multidimensional cube security for power BI ,please post for us.


Re: Power BI Full Screen mode in Internet Explorer shrinks to a tiny square

$
0
0

I have the same issue, do I have to switch to Chrome?

Re: Power BI Full Screen mode in Internet Explorer shrinks to a tiny square

$
0
0

I have the same issue, do I have to switch to Chrome?

Install gateway on pgsql AWS instance for scheduled refresh?

$
0
0

Is it possible to install the gateway on a PGSQL instance running on AWS to schedule refreshes?  If so how?  Thanks!

Re: Multiple Calls When Consuming Rest APIs

$
0
0

Thanks Lydia, i will be waiting your response.

 

Re: How to configure On-premises Gateway to SharePoint Folder source

$
0
0

Hi - I've tried to use the Connect directly (seems the only available option) and still getting the same issue.  The only authentication selection I can see is: Anonymous; Windows or Basic, so no OAuth2 selection.  I've tried all of these and none see to work.

Power BI report on Teams Tab remaining loading for some Power BI pro users

$
0
0

Hi, 

 

   I published a power bi report on a Microsoft Team tab. This team has 5 users, all with Power BI Pro licence activated, but 2 users have the same problem: they can see the Power BI logo blinking, but the report never showed up. They wait for hours, and nothing appears. The others 3 users can see the report perfectly.

 

   Any idea?

 

Thanks in advance.

 

German

Re: Error while combining different excel files

$
0
0

If you used the UI to get you started, it would have created for you several functions under "Sample Query".  We can use these to form the basis of your solution.  The one labeled "Transform Sample File from <YourFolder>" is the first part to concentrate on.  If you click on it, you'll see that it has a Source step and then space to do your remove Top X rows.  So go ahead and add that in.  Then premote headers if needed.

 

Once doing this, you will see an error in your generated table (named after your folder).  For me, when i tested this, this was simply the "changed type" item at the end, which i removed.

 

Everytime you add a new file to your folder, you'll need to update the Power Query code in this table to look out for the new file.  I have seen threads in the past of people looking for dynamic way to do this.  I'm not sure of the specific solution on that, as I would be loathed to say it can't be done.

 

 

 

 


Re: Google Analytics Request failed (403) Error

$
0
0

Hi rwurgler,

Thanks for your reply. I can see how that would help, but I'm trying to bring in a completely new data set from Google Analytics, from a login of someone who has never used Power BI or the Google Analytics API.... and it won't even let us get past the login section of 'Get Data'. Therefore there is no way to get to the filtering stage. Aside from this, surely Power BI isn't going to make us filter every single data set as this is very inefficient.

Re: Google Analytics Request failed (403) Error

$
0
0

For us it is really an issue as we are located in Singapore and can't use Power BI until 4 pm and the quota gets reset.

So it is actively blocking our business.

 

Adding a custom API key would be a solution or simply increase quota limit for this project (which seems to be a shared project of Microsoft for all Power BI users as we get the exact same error with the same url)

Re: Google Analytics Request failed (403) Error

$
0
0

Got the same issue. Not able to be fixed via that video.

 

What was interesting was that the 'project' is created for microsoft on behalf of us thus giving the same project ID.

Re: Google Analytics Request failed (403) Error

$
0
0

Merx, same issue for me being in Sydney, Australia. bryceicals, interesting observatiob, I wonder if that is affecting it. I put in a support request referencing this thread, so hopefully they look at this feedback. I got a call today in response and they have advised that this is a known issue and the product team are working on this at the moment but that there is no ETA. I'll advise on this forum if I get any further responses.

Re: Google Analytics Request failed (403) Error

$
0
0

I'm in Sydney too with a 7pm 'reset'.  I haven't been able to test whether I can refresh straight after the reset or not.

 

Also lodged a ticket and will update anything I hear back.

 

Edit: Received a phone call with the same details as brndnr.

powerbi connect to google bigquery shared dataset

$
0
0

powerbi connect to google bigquery shared dataset

 

How to connect to a Dataset which is shared with me

which does not show in powerBi

 

Screenshot_1.pngScreenshot_2.png

 

 

How to connect to "visitbasis1" ?

Re: powerbi connect to google bigquery shared dataset

$
0
0

SELECT
*
FROM
TABLE_DATE_RANGE([visitbasis1:archive_5833524659617792.visits_], DATE_ADD(CURRENT_TIMESTAMP(), -4, "MONTH"), CURRENT_TIMESTAMP())

 

 

 

 

 

 

 

 

 

SELECT
visitDate,
dayVisitsId,
visitId,
locationId,
location,
locationCode,
team,
userId,
nickname,
address,
proximity,
title,
division,
properties,
SUBSTR(STRING(timestamp), 9, 2) + ":" + SUBSTR(STRING(timestamp), 11, 2) + ":" + SUBSTR(STRING(timestamp), 13, 2) timestamp,
photoURL
FROM (
SELECT
visitDate,
dayVisitsId,
visitId,
customer.customerId locationId,
customer.name location,
customer.code locationCode,
mobileUser.tags team,
mobileUser.userId userId,
mobileUser.nickname nickname,
customer.address.street1 + IF(customer.address.street2 != "", ", " + customer.address.street2, "") + IF(customer.address.town != "", ", " + customer.address.town, "") + IF(customer.address.county != "", ", " + customer.address.county, "") + IF(customer.address.postCode != "", ", " + customer.address.postCode, "") + IF(customer.address.country != "", ", " + customer.address.country, "") address,
tasks.proximity proximity,
tasks.title title,
tasks.division division,
customer.properties properties,
MAX(tasks.tableRecords.photos.dateTime) timestamp,
GROUP_CONCAT(tasks.tableRecords.photos.imageReference.serviceURL) photoURL
FROM
[visitbasis1:archive_5833524659617792.visits]
WHERE
tasks.tableRecords.photos.dateTime IS NOT NULL
OR tasks.tableRecords.photos.imageReference.serviceURL IS NOT NULL
GROUP BY
visitDate,
dayVisitsId,
visitId,
locationId,
location,
locationCode,
team,
userId,
nickname,
address,
proximity,
title,
division,
properties)
ORDER BY
visitDate,
nickname,
location,
division,
title,
timestamp


Re: Google Analytics Request failed (403) Error

$
0
0

Hi all,

 

I am also facing the same issue in the last days, not sure why is on specific datasets. Has anyone had an answer from Power BI support? 

Best,

J.

Re: Install gateway on pgsql AWS instance for scheduled refresh?

$
0
0

,

I am not familiar with pgsql AWS instance, but you can install personal gateway on any machines(e.g, the machine that install Power BI Desktop), just make sure that you are able to connect to pgsql from the machine that install gateway.

You can install personal gateway following the guide in this article, after you successfully configure the gateway, directly enter credential for pgsql data source under "Data source credentials" and you will be able to set schedule refresh.

Regards,
Lydia

Re: Power BI report on Teams Tab remaining loading for some Power BI pro users

$
0
0

,

Where does your Power BI report reside in, "My workspace" or "App workspace"? Do you grant access to the users on this report in Power BI Service?

Regards,
Lydia

Re: Proper way of interacting with Redshift inside private subnet in AWS

$
0
0

, thanks a lot for sharing the solution! After following all the steps, my report cannot refresh on Power BI Service (online) because it cannot find an appropriate data source in a gateway. According to

 

https://docs.microsoft.com/en-us/power-bi/service-gateway-enterprise-manage-scheduled-refresh#using-the-data-source-for-scheduled-refresh

 

the trick is that the server and database names must match in the local ODBC used in Power BI desktop and the one used to configure the data source available through the gateway. Still, it fails to find a match.

 

Checklist of what I have set up:

* Windows 64-bit machine in EC2 with:

** Amazon's ODBC driver installed.

** System DSN successfully connected to our Redshift cluster.

** Public IP with no inbound/outbound networking restrictions (this is temporary for testing!).

** Power BI on-premise gateway setup (not personal).

* Local machine with:

** Amazon's ODBC driver installed.

** System DSN successfully connected to our Redshift cluster.

** Power BI desktop.

** Power BI report using ODBC to successfully retrieve data from Redshift.

* Power BI service (online) with:

** On-premise gateway set up with ODBC data source successfully connected.

** Power BI report published from desktop.

 

Are there any specific details of your setup that you think could make it work?

 

Thanks a lot!

Re: Expression.Error: The key did not match any rows in the table

$
0
0

Hi,

My datasource is google analytics, I'm getting same error.

From last 2 months query working fine but all of sudden this error pop up.

Anybody have any Idea what can I do.

 

Thanks in advance.

Viewing all 122306 articles
Browse latest View live


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