Create custom date slider.
Does anyone have suggestions on how to create a custom date slider for Power BI? The custom date slider in the visuals gallery does not allow date levels to be turned off (like weeks, months, days) so...
View ArticleRe: How create property string in power bi custom?
I raised an issue on Github for this:https://github.com/Microsoft/PowerBI-visuals-sampleBarChart/issues/3#issuecomment-253744763 and Microsoft did reply:"This is a known issue on the debug visual.We...
View Articleurgent power bi embedded during client presentations data not available
I have created an embedded PowerBI dashboard on my website for a client demonstration using direct query on Azure.The dashboard works fine; however when I get into the presentation with more that 10...
View ArticleRe: 403 Forbidden error occured when using REST API
Try the following API end pointI believe its still in beta mode.https://api.powerbi.com/beta/myorg/datasets
View ArticlePowerBI create dataset request bad HTTP 400 [HELP]
some on can help me , my create dataset api still request 4000<?php class powerbi{ function config(){ $info = array( 'clintid'=>"6c20753d-28e9-4df4-b237-e5df37f2b85e",...
View ArticleHow to create a new Workspace in azure Workspace Collection without command...
Hi, I'm primarily a data analyst, not a programmer, so forgive me if I'm not familiar with how to do this. I'm trying to create a Power BI Workspace within the Azure Power BI Workspace Collection. I...
View ArticleRe: How to create a new Workspace in azure Workspace Collection without...
I'm not aware of any UI that will allow you to do this. There is step by step documentation on how to set this up... have you seen this?
View ArticleRe: How to create a new Workspace in azure Workspace Collection without...
Yes that is the guide I have followed which is the one that has at step 3. "Compile the solution." which is the thing I cannot do. It's a shame because everything up to this point - setting up...
View Articlei need help my power bi create dataset is http 400 bad request
Recently my power bi create dataet always http 400 bad request and i search my same problem still can not find any one can help solve this problem . I am very hurry <?php class powerbi{ function...
View ArticleRe: Update dataset/report/dashboard automatically (programatically) when...
, Here lists all Power BI REST API operations. Based on my research, you may need to manually republish and refresh your data in your scenario.
View ArticleRe: powerbi api create dataset http respond 403
What is the $token like in your case? it should be something like "Bearer tokenstring". You can test the REST API alone via POSTMAN. $token = $_GET['code']; . . $headr[] = "Authorization:$token";
View ArticleRe: powerbi api create dataset http respond 403
session_start(); $access = $this->token(); $token_type = $access->token_type; $token = $access->access_token; date_default_timezone_set('UTC'); $date = date('D , d M Y H:i:s'); //Sun, 20 Sep...
View ArticleRe: New forecast data analytics tool doesn't work
Hi,I can't post the real problematic pbix but I post an exemple for which it doesn't work. I think it's because the datas aren't enough linear to bring a prediction. I've tried with date and...
View ArticleTemporal data using PowerBI API
We are currently researching PowerBI integration in one of our applications with PowerBI. In particular, we researching if the owner of the application can use the data of the application to use it for...
View ArticleRe: 403 Forbidden error occured when using REST API
Sunkari wrote:I hope your registered your app with Azure Active directory and provided proper clientid,clientkey,username and pwd. https://login.microsoftonline.com/yourdirectorykey/oauth2/token...
View ArticleRe: 403 Forbidden error occured when using REST API
hari_seenivasan wrote:Try the following API end pointI believe its still in beta mode.https://api.powerbi.com/beta/myorg/datasetsIt works with the same 403 status code.
View ArticleGateways.PatchDatasourceAsync Bad Requests
Has anyone tried using the Gateways.PatchDatasourceAsync method in Microsoft.PowerBI.Api.V1.Gateways recently? We have been getting Bad Requests from it, even when using the PowerBI-Embedded Sample...
View ArticleRe: Create custom date slider.
, It would be a great challenge for anyone who is not experiencedenough. You may learn how to create a custom visual for Power BI using the developer tools from here.
View ArticleRe: Is it possible to Embedded Powers BI Reports into a WinForms application?
That's good to know!So basically it should work the same way as it is for web application, right?I just need a WebBrowser control -> and load iframe in it, right?If that's true, then I guess there...
View Article