Execution stuck in Constructor
Hello all, I´m trying to port my Custom Visual to the new Developer Plattform. After multiple changes I´m able to compile and start the visual. But now, when I want to put Data into the visual, it...
View ArticlePrevious YEAR vs Selected Year
Hi guys, Please help with this DAX I need show the value by select YEAR vs PREVIOUS YEAR I am using this expression: Max Year = CALCULATE(SUM(MyTable[REAL]); FILTER ('TIMEDIM';...
View ArticlePower bi desktop report is not refreshed or not shown updated data in web...
Hi, I was integrated my power bi report into web app. but when ever i was opened my web application always it shows same data it doesn't show the updated data from azure SQL database. when i was opened...
View ArticleConnecting PowerBI Embedded to SQL Server
Hi,I am having problems when I try to get data from an SQL server using Power BI embedded. The scenario is the following:I have implemented a MVC application that integrates PowerBI embedded. It works...
View ArticlePowerBI custom visual dataView matrix valueSource is empty
I am currently trying to port a PowerBI visual from API Version 1.0.0 to Version 1.1.0.I am creating a Visual with a matrix as a dataView. To this point my Visual works. But when I try to check if a...
View Articlewrite DAX formula to return table
Can any one help to write DAX formula that will return table single column value dynamicallly base on switch case?If in slicer i chose filter value A then show record from A table and if i filter B...
View ArticleIssue with external library
Dear all, I'm converting my visual to the API v.1.2.0 and was happy to see "externalJS" files are now supported.I've implemented this and I see the code of these third party files when debugging.The...
View ArticleGet Dataset table columns information
Hi, It is possible with PowerBI API to get columns of a table with all the fields and data type? e.g. with the GET htps://api/powerbi.com/v1.0/myorg/datasets/ID/tables I get the json that looks...
View ArticleUsing Power BI Desktop for developing custom visuals?
Is it possible to use Power BI Desktop for developing (deploying + testing) custom visuals in maner similar to Power BI Online?I have installed the powerbi-visuals-tools from npm, setup my development...
View ArticlePower BI Embedded and Direct Query
Recently i posted a new topic here asking how to update a report(dataset) through power bi api. For testing purposes everything works good, Our problem now is, we cannot for every report open pbix >...
View ArticleMicrosoft Custom Visuals Open Source
Where can I find the code of the custom visuals created by Microsoft such as Force-Directed Graph ?
View ArticleWhy is my report empty when embedded in JavaFX app?
Hi all, When I embed the URL into my JavaFX app to load in a WebView, I see the report loading part but then it is just all white. Every other webpage shows fine. Does anyone know why my reports are...
View Articlehow to set page & filter to embedded report?
Hi, I want to ask some questions.first using this guidehttps://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report/My application already work displaying power bi report How to...
View ArticleTrying to Connect to Gateway for Auto Refreshes: URGENT
Hi, can you please help me with this? I am trying to connect my power BI to > AWS windows machine as a gateway > this connects to AWS RDS MySQL db to allow data refreshes.... I have set up an...
View ArticleOData with power BI API?
Hi,We use the power BI API to insert the dataset and the data from our java program.How can we use the api to get the full definition of the dataset? (dataset, table, colums, types...) Now When we...
View ArticleOrder of the rows inserted by Rest Api
Hello there,I'm using rest api to push data into Power bi. Unfortunalletly the order of the rows is changing all the time I insert rows in to table. Is this a defualt behavior? Or ordering rows doesnt...
View ArticleCount Records Based off of Date Calculation
I have written a measure to determine the next upcoming Friday's date based off of today's date. I'm sure there is a better way, but basically I used a combination of CALCULATE, IF and WEEKDAY to...
View ArticleShow total only last month
Hi, I need help I need show in my gauge the value just of the LASTMONTH When I use the expression: = CALCULATE([VALUE];DATEADD(Tempo[Date]; -1; MONTH)) My result its total, its sum all values in rows,...
View ArticleSharePoint + Power BI best integration
The 2 latest options to integrate PowerBI into a SharePoint page are as follows:a) Power BI Rest APIs - https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report/b)...
View ArticleView Dashboard In Native App
Hi, Is it possible to view a dashboard / report within a WinForm or WPF application? If so could you point me to an example of this? If not is the only way to do it by implementing an iFrame? Thanks.
View Article