Error website javascript
Hi, i have done a website in javascript where i put into a PowerBI report.When i run the website i receive this mistake: https://df-msit-scus-redirect.analysis.windows.net/metadata/cluster Forbidden...
View Articlehow do I divide a table into 2 columns 5 rows
I have a table but I need it divided into set of 2. How do present this. The table chart shows all 6 in one row. for example product1 Product4product2 Product5product3 Product6
View ArticleRe: Possible to update credentials via REST API?
After a few hours coding, I can say that I have succesffully written the code to patch credentials for a SQL Azure dataset in PowerBI.com running in DirectQuery mode. I have posted a simple C# console...
View ArticleRe: R Control Chart
Thank you for all of this information! I am going to try and take some time this weekend to put into play your examples. Much appreciated! Ill reply back with any progress I can make. Cheers.
View ArticleRe: report.off is not a function
Thanks for the reply. My report variable is definately in the same context. Something very odd is happening here, I left things as they were yesterday evening, came into work this morning, read your...
View ArticleRe: Custom Object Drowdown
Awesome thanks! That's a great resource. I'll put the code here for others to see an example. Capabilities.json:"displayUnits": { "displayName": "Display Units", "type": { "enumeration": [{ "value":...
View ArticleRe: Streaming Data - Wrong Time - Pyhon / Bash
I double checked the issue with the report function, the time is corect there if I use a bash script to stream the data. So it's probably a bug of the dashboard streaming data function. However, with...
View ArticleRe: How is fast iteration coding done with a PBI Custom Visual?
So I take it your answer is choice #2.What I don't understand is, if you aren't a developer, why post replies to a developer question on a developer forum?It may boost your stats to fire off a generic...
View ArticleHow to request more data in Custom Visual with dataReductionAlgorithm = window
We have a custom visual using dataReductionAlgorithm = window but are struggling to determine how to request the next window of data via the API. At one time there seemed to be a loadMoreData...
View ArticleRe: How do I use vertical orientation
Hi , Formatting features for things such as data labels are still very much in their infancy in Power BI. If you think it would be a good feature addition please add it as an idea on the PowerBI Ideas...
View ArticleOAuth ClientCredential flow
Hi,Oauth 2 allows for several flows, does anyone know if the clientCredentials flow is supported. All documentation i have seen requires a call back URI. Business to business apps should be allowed...
View ArticleRe: OAuth ClientCredential flow
I assume your question is whether client credentials flow supported in the Power BI REST API. If that is the question, the answer is a bit complicated. You can register your application with Azure AD...
View ArticleImport single PBIX to multiple workspace/datasets using different Azure SQL...
I have a Report.pbix file which connects to Azure SQL using DirectQuery. All the tables in this PBIX connect as follows:let Source = Sql.Database("mycustomer1.database.windows.net", "reportdb"),... I...
View ArticleiRe: Plot a line on a Map
This seems like a great fit for a custom visual with Mapbox GL. Here's an example of converting 1000 point pairs to arcs with a few lines of javascript for a custom visual -...
View ArticleRe: How do I use vertical orientation
Hi,I don't have access to source code which was used to create your barchart visual.Now I may be wrong... though I can assume this type of barchart may have been built using d3.jscoding approach....
View ArticleRe: Plot a line on a Map
This seems like a great fit for Mapbox GL tools as a custom viz. A few lines of javascript can easily transform point parts to arcs, and linestrings are natively rendered in Mapbox tools even for...
View ArticleClear data from Streaming API dataset
I have a streaming dataset creating via the web service that I would like to clear from time to time via an API call. This would be the equivalent to this on the normal API. I know I can manually...
View ArticleRe: Error website javascript
Ensure that the token is not expired. I test with a html and it works.For your reference. <html><script...
View Article