Hi Experts
Can we use a Rest API to consume data using a direct Query in POwer BI by connecting to a 3rd Party API. Any hints and tips and information that is availble online and the steps we need cover and video's etc..
Hi Experts
Can we use a Rest API to consume data using a direct Query in POwer BI by connecting to a 3rd Party API. Any hints and tips and information that is availble online and the steps we need cover and video's etc..
Since my sources are located in Azure Sql I do not have a personal gateway. Deleting data sources using https://docs.microsoft.com/en-us/rest/api/power-bi/gateways/deletedatasource does not work.
Is there a way to delete unused data sources from a cloud gateway?
Hello, I was tasked with embedding power bi reports in an Angular 8 web app that is being developed by my company, however, I'm having trouble making sense of what I'll actually need to acomplish my task.
I managed to connect our app to power bi's API using msal.js library and the userOwnsData model, but what I really need is to use a service principal to acomplish the same thing to avoid logins since future users of this app shouldn't be expected to have a power bi account. Should I use msal.js on my app to authenticate it on AAD? The sample code for service principal is totally different from msal.js and it is all written in c# which im not familiar with, besides not being familiar with it im also fairly new with angular itself so I don't even know if I should "translate" the sample code to typeScript or if I can use the sample code directly in my app.
Here's what I've validated/tried:
Thank you in advance!
Hello Guys,
currently im trying to create a Portal with liquidbi. But it only shows a empty white page.
This is the Code im using for my template
I got my Portal finally working with my embedded bi report but I got a new problem.
Every anon user can read my report.
{% powerbi authentication_type:"powerbiembedded"" path:"https://app.powerbi.com/groups/[ID]/reports/[ID]/ReportSection" roles:"TestRole" %}
So why can they still see it? only people with a registered account in TestRole should be able to read it.
Not able to use access token provided by the ServicePrincipal for the powerBi.
This is our rest call for powerBI token generetation by Azure AD
{
"client_id": "***********",
"resource ": "https://analysis.windows.net/powerbi/api",
"grant_type": "client_credentials",
"client_secret": "**********",
}
Now we got the access_token, we can use the token to do all sort of stuff from PowerBI api, we are also generating the Powerbi embed token by this, which is not working, to display the embedded powerBI
Error is
Refused to display 'https://app.powerbi.com/groups/02%%%%%%%%6569ceb38597/reports/9bc00%%%%%%b74e3cc2d60?uid=92qgw' in a frame because it set 'X-Frame-Options' to 'deny'.
Hi,
I'm trying to get data from the Power BI uring rest API, and I have read like there is no way to get the data from the Power BI service using rest API.
Please see the attached video, he is getting data from the Power BI using the rest API.
Any Idea?
Thanks in advance
Hi,
We need to connect to Amazon RDS MySQL intances. https://docs.microsoft.com/nl-nl/power-bi/power-bi-data-sources According to this schema we cannot use direct/live query for this. Which leaves us with Import query.
We do not want to have to host a gateway on a personal computer 24/7 for the datarefresh we plan to do every 30 minutes. Is it possible to install the gateway on some kind of service that runs 24/7? (e.g. amazon instances or azure)
Kind regards
I have a table of data containing site locations, and a related line graph showing environmental times series data belonging to that site. When I select a row in the table, the line graph shows the related data. (perfect!)
However when no site is highlighted the graph aggregates the data and shows the sum. This is misleading and incorrect.
How do I show a blank graph when nothing is selected in the table?
Hello,
I'm trying to retrieve records from within a dataset/table and i'm receiving the following response:
{ "error": { "code": "ItemNotFound", "message": "Dataset {dataset_id} is not Push API dataset." } }
This is the GET url i'm using is:
https://api.powerbi.com/v1.0/myorg/groups/{group_id}/datasets/{dataset_id}/tables
The dataset that i'm looking to connect to is an existing dataset. What exactly is an "Push API dataset"? Is this a setting from within the dataset itself? I'm fariely inexperieinced in the Power BI API thus far and am looking for a bit of guidance on this prticular issue. Any help would be greatly apprecaited.
Hi,
I am working on a custom visual and using the DataViewMappings - Matrix. I am struggling to get the selectionIDs to work.
My dataviewmapping is below. I am not using columns but just rows
I have successfully generated the selectionId
The data looks like this
Now when I select the first "Carretra" in country "Germany", in my visual, the other visuals don't filter just on the "Carretera" for "Germany" but for all "Carretera"
What I would ideally like is for the following selection i.e. just "Carretera" for "Germany"
When I check the selectionIDs, I get unique selectionIDs for each datapoint
screenshot below showing 6 datapoints, (3 countries by 2 product)
Any help is much appreciated
Thanks
Nishant
Hi, I will like to know if I can only export the raw data from a visualization table using the Power Bi Rest API?
I have tried with different examples from this link but unfortunately I can´t get the raw data from a table https://docs.microsoft.com/en-us/rest/api/power-bi/
Any help will be more than apreciated!!!
Hello, i am trying with the PowerShell apis but to no avail. i am looking for a way to retreive all the datasets and their underlying data sources for the whole organization. so i do not want to have to enter the DatasetID ot PowerBIDatasouce api.
anyhelp would be well appreciated
We are limited to Power BI Report Server (on premise), and are currently on September 2019. What is the latest Custom Visuals API version that will work with this version of Report Server? Where is the best place to find the appropriate API version in the future?
Thanks!
Hi,
I dont think this is possible but thought I would ask just in case.
I'm trying to embed a power bi dashboard into a website and have users be able to move the visuals around as you can in the service, however it appears the only access level for dashboards you can embed with is "view", whereas the "create" and "edit" access levels seem to be reserved for power bi reports.
Can anyone confirm if this is the case? Ideally I would like end users to be able to move the tiles around and remove any they dont want to see, saving a separate version for themselves.
Thanks
Hello,
I'm planning embed a power bi report into a website using Power BI Embedded solution. Our report page contains Slicers & allows Cross-filtering & Cross-highlighting to the user. I wanted to know other than the Page load & refresh, does cross-filtering / cross highlighting also count as a page render in Power BI Embedded?
Thanks,
Apoorv
The REST API allows parameters to be retrieved for a report which returns a MashupParameter type with the following fields:
I would also like to get other information programatically. For example on a paginated report the available values, default values, whether multiple values are allowed. Could anyone please advise if this is possible?
Hi everyone.
I have a pbiviz version of 2.3 installed, and recently, I got following problem. When I type "pbiviz" or any other pbiviz command in command line, I get following message:
I tried reinstalling pbiviz, different version and starting command prompt as admin, still get same error. What can be source of error?
Regards,
Yerkhan