Re: PowerBI REST API - where do I start?
Hahaha, I think I stumbled upon a couple of good starting points already...
View ArticleRe: PowerBI REST API - where do I start?
Ooops... Big Ooops... Hit a wall! Requires Pro Licensing... I think I'm going to hold off since I wont be able to apply what I will learn... But when we're nearing to get the Pro Version I'll...
View ArticleRe: Hover over in R visuals
So that means we wont be able to implement hovering in R visuals (in PBI)?If this is not feasible, Is there any way to add data labels in R visuals?
View ArticleRe: Adding Custom Filter to Embed report
: I'm also facing similar issue. Did you get the solution?
View ArticleHow Embedding Power BI report in custom application is secured?
Hello I am embedding Power BI report in web application using Power BI rest Apis Refedrred this link :https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report/ Getting a...
View ArticleRe: Trying to Add an Legend using the legend.md API to my custom visualization
, Update powerbi-visuals-tools and add Dataview Utils as follows.npm install -g powerbi-visuals-tools "node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts",...
View ArticleRe: Internaliazation using power BI Desktop
HI Smoupre, Thanks for the reply , i need sample data model for designing and acheiving internalization. Could you please guidance of how we build data model. For each language i need to create separte...
View ArticleRe: Adding Custom Filter to Embed report
No I wasnt able to reach at a viable solution at the time last tested. As per their response,"The problem now is, there's a bug that stops the filters properties from working, check validateReportLoad...
View ArticleRe: inherit other visualizations
, You may refer to this thread and change all the code related to guid accordingly.
View ArticleMetadata of Power Bi Report.
Hi guys, Is there any way to get the metadata of my power bi report? Like who saw the report and when.
View ArticleError in developing the tutorial custom Visual
Hi Power BI community ! I'm trying to learn how to develop my own custom visual. I first start to do the turial in the Github.And I have a problem when I add databinding to Bar Chart. Indeed, when I...
View ArticleRe: PBIX and/or PBIT file format
There's no way to create pbix programmatically, you can check this idea and vote it up.By the way, what you're trying to do when saying "there is currently no way of easily updating all the reports...
View ArticleRe: Create SQL Server Linked Server for PowerBI-Dataset? Fire DAX Query from...
I don't think you can create any so-called linked server to PowerBI.com, as there's no such "provider" for PowerBI.com. However, Power BI actually provides REST APIs to create dataset, push data, embed...
View ArticleRe: Some reports doesn't contain credential
The update connection string works for me, can you double check that you've input the correct datasetid?
View Articleissue in adding MS acces (powerBI) DB as data source in Data gateway
Hi I am working on sample Access database with power Bi. When i try to added MS Access data source in data gate way, i get the error "The 'Driver' property with value '{Microsoft Access Driver (*.mdb,...
View Articleconfigure Access Database data source (ODBC) in data gateway
Hi I am trying to add access database as data source in my data gate, as for schedule referesh for my data set (data gate way is disabled.). But when i try to add access data source as ODBC data...
View ArticleData Gateway N Personal Gateway
HiI have installed Data Gateway on my machine. Previously i think i have personal gateway but that was removed due to machine issue. Now in my Power Bi Service and in my machine only Data Gateway is...
View ArticleRe: Hover over in R visuals
We are working on implementing "hover over" capability for R-powered custom visuals.
View Article