Power BI REST API - Report Pages
I am currently aware that there is a way to access pages of a report through the JavaScript SDK. I believe you have to go throughout the process of embedding the report in JavaScript before actually...
View ArticleThe current report does not support providing effective user name
How do I change my dataset to support providing effective username? It's a SQL database on Azure.
View ArticleUpdate embed token using javascript
Hello All, I am embeding power bi reports on my website using APPS OWNED DATA.Steps which I have followed is1. Get Access token - Using https://login.microsoftonline.com/common/oauth2/token REST API2....
View ArticleHow to show/hide data column in power bi Table report view
How to show/hide data column in power bi Table report view I have 10 column in a table , Now i build a table report with 5 fields , how should i allow user to add another 5 field in report view or...
View ArticleMaximum text length for a custom visual property?
I am developing a control that requires me to store some configuration json inside a property, and the UI limits length to 250 characters, but i'm able to store much more using the API, I stopped at...
View ArticleSample publish script in Powershell?
Hi, Does anyone have a sample script for publishing a PBIX to the Power BI Service via the REST API?I have found the reference on https://msdn.microsoft.com/en-us/library/mt243840.aspx, but can not get...
View ArticleGrant permission with embedded Power BI
Hello to all,My scenario is this:I would like to share a power BI report with non-Power BI users, such as with customers or members of my organization who do not use Power BI.I created a sample...
View ArticleTimeline Slicer Force Selection
Hello, When turning the Current Period option on in Force Selection of the Timeline Slicer, it is visually selecting the current month (we have month granularity) but the report is not reflecting the...
View ArticleTable Data Mapping Row Data
I'm trying to get a set of table data in a custom visual following this example. So my capabilities.json is: { "dataRoles": [ { "displayName": "Values", "name": "values", "kind": "Grouping" } ],...
View Articlereport.getPages() and some other functions are not working
Hi, I am successfully able to embed the reports in my application.But at the time of phased loading, there seems to be an issue with load(). If I am using powerbi.load() and report.render() and trying...
View ArticleProblems when using gradients.
I ran into a bug while using gradients in a custom visual. I believe the PowerBI team is already aware of the bug. I wanted to know if I could get more information regarding this bug, eg. is there a...
View ArticleOnly displaying most recent data in a push dataset
We're currently trialing Power Bi as a replacement for Grafana dashboards and an internal reporting system so we can consolidate them into the same system but we've hit a road block. We'd like to be...
View ArticleShowing only newest data in dashboard for a push dataset
We're currently trialing Power Bi as a replacement for Grafana dashboards and an internal reporting system so we can consolidate them into the same system but we've hit a road block. We'd like to be...
View ArticleWell Bore Diagram using Power bi and Dynamics CRM 365 online data
Hi Team, I just wanted to know if the Well Bore Diagram in the below screenshot can be done through Power BI - R Powered custom visual or any other tools? if Power bi, then how to achieve it please?...
View Articleset hierarchy filters with API
Hi, I have a problem when using the js API to set filters in a hierarchy. first thing I tried was setting a basic filter with the target set as hierarchy; the filter seems to be set because the report...
View ArticlePowerQuery paremeter in DirectQuery mode
Hi, I am trying to setup a parameter to use with a directquery datasource, which uses one of the source database columns in the parameter as a query. I am able to create the parameter with a list of...
View ArticleDrillDown Method with Power BI Rest API
Hi, We've use Javascript API to embed POWER Reports and many other of its methos like filter and getpage or tile for our business requirement. There's a request from User if we can provide Button on...
View ArticleAPI - Default.GetBoundGatewayDataSources
For some of my datasets the Get Bound Gateway Datasources operation will fail because the field 'isOnPremGatewayRequired' of the record wasn't found. At first sight this seems to be a bug!?...
View Article