Re: White Label power BI into my app and sell it
Sorry, I'm pretty unfamiliar with this tool but I was taking a look at some documentation and I was wondering about this. Does anyone know if this (using the api to get datasets/dashboards etc..)...
View ArticleRe: column chart code required
The code for the columnChart visual is here in the powerbi github repository:https://github.com/Microsoft/PowerBI-visuals/blob/master/src/Clients/Visuals/cartesian/columnChart.ts
View ArticleRe: White Label power BI into my app and sell it
Exciting news just released today that is probably more what you are looking for. Using Power BI in custom...
View ArticleRe: White Label power BI into my app and sell it
No kidding. I'm pretty sure that's exactly what I'm looking for. Thanks . That was incredibly timely.
View ArticleCustom Control Not Working after Export
Hi, I have written a Custom control similar to card control in power BI. and this control is working in Dev tools with sample data. But when I am exporting this control and trying with actual data...
View ArticleRe: Custom Control Not Working after Export
Adding some screenshotsCustom Control Working with Dev ToolsCustom Card not Working with actual data In second screenshot I am showing actual data the card in red is control provided by power BI...
View ArticleRe: column chart code required
When I use this code on https://app.powerbi.com/devTools it becomes red and shows error so How can I run this code...
View ArticleRe: Statistic data at the end of matrix
Vote for summary tables here:https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/13242426-add-summary-to-table-matrix
View ArticleRe: column chart code required
You're right. The columnChart code is spread out in more than one file. You would have to get it's other peices and add them into one file for devtools to run it. Here is a gist of a custom visual that...
View ArticleRe: How to run Power BI Playground code on Github?
Here are the steps for building the code and seeing your changes:https://github.com/Microsoft/PowerBI-visuals/#running-playground-without-visual-studioIf you haven't used nodeJS steps before it can be...
View ArticleRe: Statistic data at the end of matrix
Sorry for late response For summary with if function i had to create a new table with coppied dimensions in first column, (lets call it simple "Table"). I that column i coppied dimensions from...
View ArticleRe: Can't use custom visualisations in Groups?
when is this going to be resolved??? publishing to a dashboard is not the answer - what if your report has filtering options?? dashboards cant do that unless you embed a fitlering table which takes up...
View ArticleRe: custom visuals can not be displayed to other members via organizational...
When is this going to be resolved?? this is extremely frustrating! publishing to a dashboard is not the answer either.. i have a project status report that renders project data (we have 400 projects in...
View ArticleRe: column chart code required
Can you tell me from where I get the all code so that i can merge it into one file
View ArticleRe: Looking for a private BI freelance contractor to help out from time to time
Hi, I can help you!Just write me on facebook - https://www.facebook.com/carlosletov
View ArticleAPI Authentication using PHP
Hey, Has anybody tried to authenticate to the API using PHP? Any tips please or working examples? I'm getting getting my auth code back from Azure AD but not sure what else need to happen after that?...
View ArticleRe: custom visuals can not be displayed to other members via organizational...
ok so iv had this issue for the past week - iv now just solved it . go to power BI and create a custom group workspace. From power Bi desktoop publish your reports to that workspace. in your group...
View ArticleRe: custom visuals can not be displayed to other members via organizational...
dont use content pack - create a group workspace in power BI and publish the report to that group - custom visuals display!
View ArticleRe: Sample file for SandDance visual
Hey I have yet to use custom vizualizations. What file within the zip do I specifically need to rename to a PBIX file? Thanks in advance,Christian
View ArticlePower BI Embedded access control
Hi, I'm trying to figure out how to handle access control from within a custom app using the new Power BI embedded. Auth is handled using access tokens which means I don't have a user context. Does...
View Article