Re: Integration Power BI Desktop report to PHP application with PowerBI API
Hi, i have tried this solution.And when i run web site i receive a mistake.Promise: not definited in this part of code: var promise = new Promise(function (resolve, reject) {...
View ArticleRe: R Control Chart
RE : xBarChartIn true life scenario, I'd say the following data would probably be obtained as a resultof fancy mathemathic algorithm formula... though I'll leave that to Math PhDs...So for for...
View ArticleRe: Possible to update credentials via REST API?
Thanks . I'll give this a shot with Postman and see how it turns out.
View ArticleVisual to show Attribution Path taken by visitor
Hi all, Can someone point me to a visual where I can show the Attribution Paths taken by visitor, I'm looking for a visual which looks something like the one in the attached image.Any help would be...
View ArticleRe: Angular 2 and Power BI Embedded
What is this suppose to represent as opposed to the previous HTML posted? Thanks.
View ArticleRe: Angular 2 and Power BI Embedded
, I am new to html. I suppose I combine the HTML and JS in one HTML file and then try to open the file via a browser? I have tried to do this but the page is blank just showing the "import" code on the...
View ArticleRe: Power BI Embedded OR POWERBI SERVICE
PowerBI embedded looks more proper, as per your description, you'll share reports to external users. May I know what is your concern?
View ArticleRe: PowerBI Embedded Sample Connection string
I have solved the problem by adding the credentials (bold) to EmbedSample > Web.config: <appSettings><add key="powerbi:AccessKey" value="X==" /><add key="powerbi:Username" value="X"...
View ArticleRe: report.off is not a function
The report.on should work based on my test. Ensure that var report is in the correct context. <html><script...
View ArticleRe: LiquidFillGauge - format error
As is Liquid Fill Gauge a 3rd party visual, for better response,you shall contact the author to report this issue and ask for support.
View ArticleRe: Hide Microsoft Power BI in Published Visualization
Though I think the answer is NO, I'm still curious what you're talking about, you mean the reports embedded in your application or whatever?
View ArticleRe: Number Formatting Function
, Based on my research, you may use valueFormatter module in Formatting Utils.
View ArticleRe: Can't query data from database directly - have to use Stored Procedures...
Power BI Embedded at this moment is not a good option for this case I think. As it doesn't has refresh feature except DirectQuery mode to Azure SQL DB/DW. And even your SQL happens to be Azure SQL and...
View ArticleRe: Custom Object Drowdown
, You may refer to capabilities.json of Dual KPI and view its source code at https://github.com/Microsoft/powerbi-visuals-dualkpi. As for the spec, see...
View ArticleRe: PowerBI Embedded Azure Workspace Data Refresh
So far Power BI Embedded only supports DirectQuery to Azure SQL DB/DW, to refresh data from other source, you can check this idea Support other data sources Direct Query using Gateway on Embedded...
View ArticleRe: Can't query data from database directly - have to use Stored Procedures...
Unfortunately loading all the data is not really an option as so much is calculated on the fly. For example we may want to query financial data in a number of different currencies (the stored...
View Articlepowerbi desktop dashboard
I have a big single sql table with 300k records containing multiple products and prices for countries.How do I create below dashboard in powerbi desktop?
View ArticleRe: How to add custom Properties in custom visuals
, You could check the tutorial at https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/StaticObjects.md. And there are enough repositories at...
View ArticleRe: Can't query data from database directly - have to use Stored Procedures...
I had an idea... what if I made my "wizard" run the SQL queries and right the result out to a file? I would then just need a way of getting the report to refresh on command (does such functionality...
View ArticleRe: powerbi desktop dashboard
I also need filters with search for country and products(we have 10k product groups)
View Article