How can I set the following dataViewMapping
I have 2 categories and 2 measures I want to set them in a categorical set:I tried this but its not working: "dataViewMappings": [ { "categorical": { "categories": { "select": [ {"bind": { "to":...
View ArticleSending data request JSON
Can we send request from powerbi to the source for specific data. Data which will be sent by source will be in JSON format.
View ArticleCustom Geospatial Visual - Maps
Hello, I am in a need to create a geospatial custom visual. Unfortunately I have very specific needs that are not addressed with the current ArcGIS or standard visuals. I need to combine the...
View ArticleSalesforce Data Source Where Clause?
Hi, I am trying to query a Salesforce Datasource using the Salesforce API in Power BI. The issue I am having is that the Salesforce API requires the SOQL to either contain a WHERE clause on the...
View ArticleREST API Limitation
Can the limitations in REST API calls be removed by Microsoft depending on tenant? Do they still exist for a Power BI premium tenant?
View ArticleREST API
Can the limitations in REST API calls be removed by Microsoft depending on tenant? Do they still exist for a Power BI premium tenant?
View ArticleReturning Int64.Type from a function in M
Table.ReplaceValue( myTable, 20170701, Int64.From(Text.From(year - 1) & "0701"), (x, old, new) as Int64.Type => new, dateFieldNames )Why does this throw "type identifier is invalid" on the...
View ArticleTrouble with adding checkbox
Hi everyone, I wanted to add checkbox and tried this code:svg.selectAll("foreignObject").data(nodes).enter().append("foreignObject").attr('x', o.x).attr('y',...
View ArticleNot able to view reports in full screen in ipad
Hello, I am using a web application to view the powerbi reports. I used iframe to embed the reports into my web application. There is an option for to view the reports in fullscreen mode. This is...
View ArticleHow to get values from basic property panel?
Hi everyone, How to get values from basic property pane, which is not visible at capabilities? For example, how to get background color?
View ArticleDelete report and dataset from PowerBI workspace, same code, multiple...
Hi all, we have developed a service which can manage a PBIX file in a PowerBI Embedded Premium workspace in a Group using the official Microsoft V2 API. In order to prevent accidental overwrites based...
View ArticleUploading a PBIX file using the import API
Hello, I am stuck trying to programmatically upload a .pbix file using the import API, making use of the request-promise library which is imported as "rp" here. I am currently trying the following,...
View ArticlePbiviz create me the .tmp\drop\status
Hi all!I'm learning how to create a custom visualization widget.I use Visual Studio Code for editing my files.Well, I created my project and said "pbiviz start".It works fine but I have a little...
View ArticleMoving values of a cumulative measure (which also has nulls) down by two rows...
Hello all, I have a cumulative sum measure (which also has nulls and zeros). I want to move this value down by two rows, which means that first two rows will also be empty or null. The NULL values...
View ArticleCouldnt authenticate web content(REST API)
Hi, We have created salesforce REST API that is querying the objects using SOQL and then passes it in JSON format. I am now trying to use the URL in power bi desktop and its giving me an error : "we...
View ArticlePassing filter values to a report in power BI embedded.
I am using power BI embedded to embed reports,I have to get a slicer value applied on one report and pass it as a filter to another report. Is this possible in power BI embedded? I'm using the .NET SDK.
View ArticleFailure in Json script
Hi everyone. i have made this Json Script for gettin data by a Web API. and i get this error: DataSource.Error: The request was aborted: The operation has timed...
View ArticleEmbed URL is required, but it was not found
Hi all. I have a embedded report in my machine and it works perfect but when I pass this code to "Prod", the following error appears. Everything is good (the credentials and the code). I don't know...
View ArticleProblem with gateway and repeated fields
Hi allI have a personal Gateway that refres three tables. When it refreshes them, in a specific field brings nothing when in my Database there's data. It seems that this happens because the column name...
View ArticleFormat of credentials for Gateways.UpdateDatasourceAsync
Updating the credentials for a datasource is generally done using these sorts of JSON passed to UpdateDatasourceAsync... {...
View Article