Quantcast
Channel: Power Query topics
Viewing all 31096 articles
Browse latest View live

Error with SQL Server config data source

$
0
0

Hi everyone!

I´m having problems with the configuration of a SQL server Data source.

 

I have the on premise Gateway ready on the server, everything looks OK.
But when I try to configure the data source on the online service, shows me this:

Captura2.png

 

Any idea?


Cumulating daily extract

$
0
0

hello,

 

i'm new on this forum and it seems very useful !

 

i've a question :

 

Everyday, i receive an extract of the confirmed production workorders of the day before. I'd like to cumulate in a single table all these daily extractions in order to be able to compare historical production.

 

i think it must be easy to implement, but i'm newbee with powerbi...

 

could you help me?

 

Thanks a lot

 

Marc

Refreshing MS query data automatically

$
0
0

I have a number of MS query/SQL queries in excel files that I would like to visualise using BI and configure so that they refresh autoamtically. I have setup a personal gateway to my dataset in BI and the scheduled refreshes are running succefully however the actual data itself in the query isn't refreshing as part of this refresh. I still have to manually open the excel files and refresh the queries before the scheduled refresh takes place to pull through the latest data.

 

I have tried also setting up an automatic refresh in excel however this relies on the file being open and then saved once refreshed. I don't want to go down the route of VBA code in excel as that what we are currently doing outside of BI with files on our server to display live reports around the business but it isn't stable enough.

 

Is there a way to set up the scheduled refresh so that it updates the query file, then updates the report and then updates the embed URL code as a result wihtout having to touch any of the files? I initially created the report using the BI desktop app (get data option) and publishing it to the web, which I have since re-done with the same result. I have also tried an on premise gateway but still no joy.

 

Do you have any ideas?

 

Thanks

Can I have Text or Date/Time as input in SAP BPC Input Schedule

$
0
0

Hi all,

 

 I have a SAP BPC application where I have an Input Schedule. Is it possible to make some of the inputs to accept text or date/time? For example I have a member called "Details" where the user can enter details about an operation. is it possible to have this field to accept text inputs? The Input Schedule is build with EVDRE

Accessing Microsoft Graph with Power BI (Calendar entries and emails etc)

$
0
0

There are a couple of posts out there that demonstrate accessing the Microsoft Graph data from the OData feed in PowerBI such as Pathy's blog Access Microsoft Graph using power bi.  All the posts on the subject demonstrate accessing users in the organisation which I have all successfully tested on my own Office 365 tenant logging in with my organisational account.  

 

Has anyone been able to access the Microsoft Graph from Power BI for their own calendar entries or email using the same approach  (e.g. https://graph.microsoft.com/v1.0/me/events?$select=subject,body,bodyPreview,organizer,attendees,start,end,location).  When I try I get this message.  

 

image.png

If accessing O365 users works signing in with an organisational account, I find it strange that accessing calendar entries does not, particularly as they are my calendar entries and I am admin of my O365 organisation.  

 

There is a lot of great information available in the Microsoft graph.  I would be grateful for any guidance on accessing Microsoft Graph from PowerBI (not just accessing users).  

 

I have gone into the Office Graph and registered an app, got a keys etc,  but it isn't clear where these keys shuld go, and I have read that Power BI does support OAuth 2 authentiication.   Also, I want to use the Microsoft graph api because I want the recurring appointments expanded, which the native Exchange apis provided in Power BI do not do.  

 

I am hoping that there is a straightforward solution to accessing this information.  I look foward to any guidance you might have.

Schedule an Azure ML Web Service call using Personal Gateway

$
0
0

Hi,

 

I gathered from the documentation that a scheduled trigger to re-run the R script ( to call an azure ML web service ) can be done using a personal gateway. 

Does this refresh have to be scheduled or can it be on demand as well, meaning an on demand trigger of the R script?

Any input is highly appreciated,

 

Thanks,
Sruti

Power BI Integration with Veeva iRep

$
0
0

Hi Folks,

 

Do Power BI Supports integration with Veeva irep mobile seamlessly?

Since Qlik provides this feature for users to seamlessly view their reports in Veeva irep environment using SSO.

 

Thanks,

Naman

Get data from Microsoft Dynamics 365 for Talent

$
0
0

Hi All, 


Have anyone know how to get the data from Microsoft Dynamics 365 Talent? I know that we need OData connection string go get data from Dynamics CRM, but how about Talent?

 

Thanks 

 

Iwan

 


Calling Power BI Embedded token service securely from another application

$
0
0

Hi there,

 

I'm able to generate my Power BI embed tokens successfully. But I'm worried about it's security, let me explain my scenario.

 

I have an application hosted on app.com, and my service to get token hosted on abc.com. When user logins to app.com, I call my service (hosted on abc.com) to get token and then render my Power BI report.

 

I see one major issue here. The code to get token is in javascript in app.com. So the user can see what code i'm calling, copy the ajax request URL and say bye bye to my app.

And behind the back the user might be pinging my service URL to get tokens and rendering report without even entering my application.

 

Can we avoid this scenario?

How to ensure only authenticated users can access my service hosted on app.com? 

How to use my app.com authentication for authenticating my service?

In above scenario calls to service hosted on abc.com should fail if the user is not logged in to app.com

 

In my case app.com is shopify.com.

 

Sorry to ask a basic question.

 

?

 

Thanks,

Ranbeer 

Integration with aRpsDCA

Proper way of interacting with Redshift inside private subnet in AWS

$
0
0

So our Redshift is out DWH located inside a private subnet in AWS. We want to connect from PowerBI cloud service to Redshift.

 

So from my previous reading and understanding from https://community.powerbi.com/t5/Integrations-with-Files-and/Connect-data-from-Amazon-AWS-Services/m-p/83767#M6194 we plan to do that by launching a windows server instance in AWS VPC and installing a On Premise Data Gateway, which can access the private subnet.

 

Basically On Premise Gateway is kind of proxy to access my private DB. That sound perfectly good as my DB is not being exposed out.

 

Is this the best way of dealing this or are there any better approaches ?.

Power BI audit log is CSV with embedded JSON. How can Power Query parse the JSON and create columns?

$
0
0

From the O365 Amin it is possible to produce and export an audit log of all Power BI activities. The file produced is CSV and one of the columns is filled with JSON data.

Example:

2018-02-09T17:40:44.0000000Z,abcdefg@xyz.com,InstallApp,"{""RecordType"":20,""CreationTime"":""2018-02-09T17:40:44"",""Operation"":""InstallApp"",""UserType"":0,""Workload"":""PowerBI"",""UserId"":""abcdefg@xyz.com"",""UserAgent"":""Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML"",""Activity"":""InstallApp""}"

 

How can I use Power Query to parse the JSON within the CSV and create/populate columns from the JSON?

On Premesis Gateway Multiple Databases from 1 server? (SSAS Tabular, live)

$
0
0

Is there a way to have have multiple databases with 1 datasource connection, or do you manually have to add a new connection for Tabular Project on your server?

 

On premesis Gateway is setup and running, connecting to an SSAS tabular server.

 

Example I have  SSAS (tab) Server called  DEV.

Dev has 5 different tabular Models, tab1, tab2, tab3,tab4,tab5.

Is there a way to setup a Data source which can see all of the models? or is it only possible to have 1 model under a datasource?

 

Rest API With User Selected Parameters As Data Source

$
0
0

I'm new to Power BI and have no experience developing in neither it nor Power Query. I have a RESTful API that I would like to use as a data source for my dashboards. The methods that are part of this API use query string parameters. How do I go about making calls from Power BI to this API with parameters that can be changed on the fly by the user. For instance, I have multiple methods that expect a start date and end date. I would like for the user to have the ability to make a selection on a Power BI form and that be used in the call to the API. Is what I'm describing something that can be accomplished?

 

Deadly waiting when expand "Gateway connection" sub-title to select gateway(personal or standard)

$
0
0

hi, 

 

Problem is mentioned in subject, "Use a data gateway" sub-title rejected to display its content but deadly in waiting state.

2018-2-11 17-33-25.jpg

What could I do to move on?


https://crackedmuscles.com/liva-derma/

$
0
0

essential to know and understand that there liva derma is great new technological innovation that can be of outstanding help to remove liva derma breakouts. Two of the most common new acne therapies are: Laser system device mild working with acne and microderm therapy. Both therapies have been very successful in helping long-term the ones who suffer apparent serious bouts of experience acne and improve the overall skin tone of their epidermis. Acne laser mild therapies has been widely considered by epidermis experts as one of the most valuable acne therapies and removal. Most those who do not find out acne drugs to carry out need an alternative kind of treatment. Acne experience proper proper care cream does not always execute as that alternative. When nothing else seems to do the trick for acne elimination, techniques like laser mild therapies for acne and microderm are essential. During laser mild therapies for acne, an epidermis professional or other much healthier epidermis proper proper care professional usually works with a variety of laser pen that projects pinpoints of mild onto present experience acne. When this impressive pinpoint of mild becomes concentrated on acne places or areas, it basically laser treatment it away without leading to any damage to one's epidermis. When liva derma epidermis layer professional is finished with the lasering away of all experience acne, one's encounter may notice a little volume of short-term pain. The pain can last for up to roughly two weeks, but most people report a speedy restoration. If nothing else is working for liva derma acne solution, I encourage you to provide laser mild therapies a try. The only downfall of getting laser mild remedies are the cost that comes along with it. Prices for acne laser therapy usually range from approximately $2,000 cash to $12,000 cash. Along with the cost, most people end up getting more than one laser mild therapies done, costing them countless numbers more each elimination period. It has been reported that to ensure a complete experience restoration from acne, it takes the personal around three sessions of treatment. One best part about acne laser therapy, though, is the point that it can remove both acne and acne-scarring and keep acne from wanting more time than most anything else. With that said, there's another highly-popularized kind of an alternative acne strategy to also keep in thoughts known as microderm.

https://crackedmuscles.com/liva-derma/

Sharepoint List: OData refresh with organisational account

$
0
0

Hi all

 

I just hopt to find a way to use organizational account for dataset refresh.

 

I created a report to pull data from sharepoint list, via Organizational Account. The report worked fine in Power BI Desktop.

 

However when the report was deployed into Power BI Service, I got the error "Your data source cannot be refereshed because the credentials are invlaid...". Opened the credential configuration I couldn't find organizational account option:

Capture.PNG

 

Anyone knows how to get organizational account option in the setting? Thanks in advance.

 

 

 

 

 

Passing Parametrs from Power BI to Power Apps

$
0
0

Hi all,
I have made an app to write back in my source table and integrated it into Power BI report.
The problem is that I am not able to Pass any parameter from my report to Power App.
I was trying to filter my report through the App.
Does anyone know how it can be achieved.
Thanks in Advance.

Getting data from SharePoint Online List vs OData Feed

Use Power BI for Sharepoint on premise usage stats

$
0
0

Hi,

 

does anyone know how to use Power BI to report on Sharepoint On premise usage stats? I know there is a pack available for Office 365 online.

 

Thank you.

Andrew

Viewing all 31096 articles
Browse latest View live


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