Power BI API vs sharepoint
Hi, Can I use Power BI API REST for free without Power BI embedded that have a cost attached to it.I want to embedd my reports into Sharepoint. / Fredrik
View ArticleCreate a Calculated Column from Different Tables with Logic statements
Hi all, I have a rather interesting question. What I want to do is to create a Customer Price List with Dynamics NAV data.That means the output is a list with Items with a Customer Unit Price, based on...
View ArticleRe: Create a Calculated Column from Different Tables with Logic statements
Is it possible to move the topic to the DAX section?It was ment to be posted there, but somehow ended up here. Thanks a lot.
View ArticleRe: Power BI API vs sharepoint
You can check out REST APIs here that are seperate of power bi embedded and you can use them programatically. You can also consider Publish to Web feature that gives you iFrame to embed however using...
View ArticleRe: Power BI API vs sharepoint
So this approach is free then? You can use these Power BI API functions to embedd reports i.e IFrames without register for Power BI Embedded?
View ArticleRe: How to retrieve table data from Power BI desktop into custom visual?
, Glad to hear that you've solved this problem and thank you for sharing the solution. You could mark it as answer so that other community members might gain benefits.
View ArticleRe: typings and versions of D3
, Based on my research, you may download the external library of your choice and add the library to your tsconfig.json...
View ArticleRe: typings and versions of D3
Hi Sam,Thank you, I am currently beating my head on the desk trying to figure this stuff out!I thought developing for Qlikview was bad but this seems way OTT and undocumented. I had tried adding it,...
View Articledeveloping Custom Visual with Table Data Binding
I am slightly struggling with custom visual development. Any help is very appreciated.Also asked this on stackoverflow. I am trying to change the sampleBarChart visual to use the "table" data binding...
View ArticleRe: How to retrieve table data from Power BI desktop into custom visual?
Could you post what you ended up with, by any chance? I think I have a similar problem and don't know how to access table data mapping values in visual.ts.
View ArticleCustom Variables in Debug Visual
Do these work? I've tried copying the sample from the barchart tutorial (https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/StaticObjects.md) yet the items i add never appear under the...
View ArticleRe: Custom Variables in Debug Visual
Appears to be Power BI Service debug visual only, works if i package to desktop, sorry forgot to mention that.
View ArticleRe: How to retrieve table data from Power BI desktop into custom visual?
First, I would read this introduction on DataView: DataView Introduction Also go over DataViewMappings here: DataViewMappings Then follow this great example: Build Your Custom Visuals Power BI I...
View ArticleLink to Dashboard and how to avoid prompt login (SSO)
Simple question that does not seem to have an easy answer. I created a dashboard in PowerBI Service. I want users to click a link in my web app, and navigate to the PowerBI service "without" being...
View ArticleManual refresh data set in Power Bi embedded
Hi Is it possible schedula refresh data set from local SSAS to Power Bi embedded.We want try to use PowerBI embedded in our customer web site . We dont want the data in public and only...
View ArticlePower BI API for IMPORT pbix files
Hello guys, all right?I'm working on an application so that you can send multiple files to pbix different organizations of power bi.My goal is to make this application in Delphi (for various reasons),...
View ArticleRe: New forecast data analytics tool doesn't work
Hi ankitpatira,Thank you for you answer, I've already tried but it doesn't work..
View ArticleRe: How to retrieve table data from Power BI desktop into custom visual?
I have seen first two links and didn't find them particularly helpful,The third example though is great indeed - many thanks!
View ArticleFinally, my first viz!
AHHHHHHHH!!! that is how I describe getting started I only know a little JS / TS / any programming so it has been an experience! Circle packing to show a hierarchy structure: I will GIT and Blog this...
View ArticleRe: How to retrieve table data from Power BI desktop into custom visual?
The third example got me started just fine, I was flailing around until I found that!
View Article