Custom visuals: change port from 8080
I've installed the PBIVIZ custom visualization tools by following the tutorial at https://powerbi.microsoft.com/en-us/documentation/powerbi-custom-visuals-getting-started-with-developer-tools. However,...
View ArticleRe: steepest learning curve for Qlikviewer?
What would you like to do with Power BI then? For data reporting representation purpose, you can start to be familiar the visuals with the mentioned link. A further step, to re-model the dataset, you...
View ArticleRe: Issue in adding Library files in tsconfig
Hello gdonnellan, I debug the visual.js file and all the default files, but I didn't found anything. Can you please suggest me in which file I need to include this public _window : any_window =...
View ArticleRe: Can we add report level filter in power bi visuals from code (JavaScript)
v-vaaga wrote:Can we add report level filter in power bi visuals from code (JavaScript)Yes.You can check the JavaScript wiki Filters. Here's a simple demo to practise.<html><script...
View ArticleRe: Delete report, or dataset
I don't find any API to get datasetId using reportId. The thing I've noticed is that a dataset name are the same as a report name, so it might be one approach to get datasetId using reportName.You can...
View ArticleRe: Tile API not returning EmbedUrl
There're live pages and tiles in a dashboard.Based on my test, it is a tile that the embedUrl is not empty. So I think in your case, that id refers to a live page in your dashboard.I can embed a tile...
View ArticleRe: PowerBI Embedded Visuals won't load (DirectQuery)
This seems to be a Microsoft issue. Possibly only in west Europe. Here's another thread about it:http://community.powerbi.com/t5/Issues/No-visuals-rendering-in-PowerBI-embedded-web-app/idi-p/108801
View ArticleRe: Delete report, or dataset
I found a possible solution in using the ID of the import class that was used when uploading:// Import PBIX file from the file str Import import =...
View ArticleRe: Issue in adding Library files in tsconfig
Hello gdonnellan, Can you please provide with a sample screenshot/file for how to import the external library files in typescript .
View ArticleRe: PowerBI Embedded Visuals won't load (DirectQuery)
I resolve this problem by creating a new workspace in existing workspace collection and import here me reports from previous workspace .
View ArticleRe: PowerBI Embedded Visuals won't load (DirectQuery)
Wasn't it possible to only update the connection string for each report to get it working again?
View ArticleRe: Show total only last month
Hi, Your formula might have failed by now as the current year is not anymore the same as YEAR('Fact'[Date]) but still is last month
View ArticleHow to push the Power BI data to external file via typescript code
Hello Team, I get the data from the Power BI dashboard and store it in a variable.What I need was to push the data which has been stored in the variable to an external file.
View ArticleRe: steepest learning curve for Qlikviewer?
Thank you very much, v-lvzhan-msft ! My first goal as a developer, I guess, will be modeling in connection to Dynamics AX2012/365BO.
View ArticlePowerBI Dashbords with querystring filters?
I am a developer and with good bakground on Azure IoT, I read an article about how to integrate Stream Analytics with Power BI to show real time charts coming from an IoT Device.. The tutorial is easy...
View ArticleRe: PowerBI Embedded Visuals won't load (DirectQuery)
replacing connections string doesn't help me.
View ArticleHow to share a variable across Query 1 and Query 2
I am looking to find out how to address the following Use Case: Run Query1 against Rest API that returns JSON Value ID (Need to Capture that ID Value and use in Query 2) Run Query 2 against DIfferent...
View ArticleRe: Create a query/report in Visual Studio
Then you have to vote up the idea in my first reply.
View ArticleRe: Allow end users to create / design reports
AFAIK, it is not possible. You can submit your idea at Power BI Ideas and vote it up.
View ArticleRe: Passing language while embedding the report
That requirement sound reasonable. You can submit your idea at Power BI Ideas and vote it up.
View Article