Restful powerBI delete streaming
Hello, I'm fairly new to power BI, I'm currently working with the streaming restful API. I created the restful endpoint following a tutorial online and the POST operation works. I am able to push...
View ArticleRe: Angular 2 and Power BI Embedded
import { Component, Inject, OnInit, ElementRef } from '@angular/core'; import { DomSanitizer, SafeHtml } from "@angular/platform-browser"; import { ActivatedRoute } from '@angular/router'; import {...
View ArticleRe: Angular 2 and Power BI Embedded
import { Component, Inject, OnInit, ElementRef } from '@angular/core'; import { DomSanitizer, SafeHtml } from "@angular/platform-browser"; import { ActivatedRoute } from '@angular/router'; import {...
View ArticleRe: PowerBI Embedded problem with Enterprise Gateway
Hello everyone, Thank you for your patience, and sorry for not responding earlier. We still do not have an on-prem solution for Power BI Embedded, it's still a priortiy for our teams to deliver this...
View ArticleCreate new content pack and share with public
QuickBooks Online (QBO) content pack is already available for Power BI:https://powerbi.microsoft.com/en-us/documentation/powerbi-content-pack-quickbooks-online/ But if I want to create another QBO...
View ArticleRe: R script Getting Error Unable to translate bytes
Hi I have solved this issue by using stringi package.here is the script that i have used. library(twitteR)library(stringi)tweets <- searchTwitter(search_term, number_of_tweets )#convert received...
View ArticleSlicer filter another slicer
Hi all. I just started using Power BI yesterday. I'm trying to build a report which contains a couple different slicers - Project and Employee. Currently, if I click on an Employee, it filters the rest...
View ArticleRe: Creating interactive graphs
Hi , Without knowing your table structures and the detailed requirements, it's hard to say if it can be achieved in Power BI. But Power BI do support visualization interactions in a report. By default,...
View ArticleRe: Custom Streaming Tile -moment construction falls back to js Date
I can reproduce that issue when sending a date which is not in ISO 8601 (2017-03-08T06:02:42.046Z) . Try to recreate a new streaming dataset and change the C# code a little...
View ArticleRe: Possible to update credentials via REST API?
I've voted for your idea. Before I acutally did some research and thought I was close as I find this api Set Credentials. The datasource_id and gateway_id can be found via calling Get...
View ArticleRe: Hierarchical layout on Network Navigator custom visual
Hi, I want to create a a hierarchy by having Application Name, then Server Name and Then Server Type I tried to use Network Navigator but I am able to see Application Name and Server Name only. Server...
View ArticleRe: Possible to update credentials via REST API?
Yes, I had to fight the code a bit but I got it working. This code allows me to update creds for connection to Azure SQL as required when doing DirectQuery. static void UpdateAzureSqlDataSource(string...
View ArticleR Control Chart
HelloPBI Community, I havent found too much info on R Control Charts in this forum and am wondering if there is anyone out there that could copy&paste one? Cheers
View ArticleRe: Hierarchical layout on Network Navigator custom visual
Thanks I figured it out. Basically we have to just have two columns Source and Target. Within these two columns you have to list the input which are going to interlink with each another.
View ArticleRe: Possible to update credentials via REST API?
- interesting. Your code makes it seem as though you're just using the same exact call to update "Gateway" credentials for datasets. Any idea.. is this strictly limited to DirectQuery still? I'm...
View ArticleRe: Possible to update credentials via REST API?
I have used this code with imported datasets in Power BI as well as datasets that use DirectQuery against a Azure SQL database. When you have an imported dataset, you do not need to patch the data...
View ArticleRe: R Control Chart
Here's is an example of creating a histogram with a density distribution line. hist(dataset$Age, main = "Customer Count by Age", ylab="Customer Count", xlab="Customer Age", xlim = c(18, 100),...
View ArticleRe: Possible to update credentials via REST API?
Just have you two synced up.I think your code is for Power BI Embedded while I think is looking for the REST API for Power BI Service.
View ArticleRe: Integrate tile into an app sample javascript error.
Well, then I suggest you open a support ticket.
View ArticleRe: Restful powerBI delete streaming
The DELETE API can delete the historic dataset according to my test. You'll have to specifiy an field "Authorization" valuing the "Bearer token" in the HTTP request header. See a quick way to get the...
View Article