Re: embedded-expiration/timeout issue?
finally, here is the embedding code on github. The `getEmbedTokens` method makes it look as though maybe we’re reusing tokens--we thought about that as an option at one point, but we don’t save...
View ArticleRe: Power BI embedded for internal applications
Alright! After so many hours I think I somehow reached a conclusion. In the end, if a coworker wants to access a particular report/dashboard that is integrated into a web app using REST APIs (not Power...
View ArticleRe: Power BI embedded for internal applications
Yes! agree with your process. Took me days to get to that conclusion as well. No visible different really in Free or Pro reports but if the report uses any Pro features; frequency of refresh, using...
View ArticlePower BI Rest API - Update All Connections?
Hi, I'm using the API of "Update All Connections" to update one dataset's data source in Power BI's portal. This dataset is using direct query from a Azure SQL database. When I updated it to another...
View ArticleDashboard Rest API
Hi, Is there Rest API that can create dashboard and chart in Power BI? Thanks,Shijun
View ArticleDAX for getting distinct item and its count
I have a set of ids 123112455 and i want the id and its count1 - 3 times2 - 2 times3 - 1 time4 - 1 time5 - 2 times and i have written a measure for the sameMeasure =...
View ArticleRe: How to start.... Dashboard in a web page
As I know, there's no way to publish dashboard yet. Only report (see this).
View ArticleFail to add rows on dataset using PowerBI Rest API
Hello,I am using PowerBI Rest API to add row on the dataset that I created using PowerBI Desktop. But I am facing following error An unhandled exception of type 'System.Net.WebException' occurred in...
View Articlescatter plot
Dear sir and madam, i want to modify the scatter chart in power bi.But i do not write a new custom visual from scratch. So maybe you can send me the pbiviz file?In Power BI i can choose the scatter...
View ArticleSelection for table
Hello!I have a two related columns (string type). It can be represented so: Col1Col2AaaAabBbaBbbBbcCca I need to create a visual with dropdown menu, which will contains values from both columns, but...
View ArticleHow can I disable the Report edit\delete option of a member of group workspace.
Is there any option in the Power Bi that can restrict permissions of a group member of the particular workspace group. In my senario, I have user which is part of particular workspace group and I have...
View ArticleHow to capture daily live data
Hi,I have single record for todays date. (data is capturing from Facebook business Manager websource)Example: DateValue01-09-2016392665 Next day value should capture in...
View ArticleRe: how to get facebook business manager data into power bi desktop
Thanks.......... I am able to get the data but in facebook business manager they are total number of likes and they are showing data in day wise chart.But when I am trying get the facebook data, it...
View ArticleHow to generate dataset and dashboard in Power BI portal automatically?
Hi, everyone,I want to automatically generate the dataset and dashboard in Power BI portal. I know that I can create and edit the dataset using REST API. Then what about the dashboard? Or if I can...
View ArticleRe: How to generate dataset and dashboard in Power BI portal automatically?
I am thinking that you need to look along the lines of creating a content pack...
View ArticleRe: How to generate dataset and dashboard in Power BI portal automatically?
Hi,I mean that I want my partners can deploy dataset and dashboard in their Power BI portal by programming, and they have the editing access.
View ArticleRe: How to generate dataset and dashboard in Power BI portal automatically?
Going to have to explain more of the context here. The generally accepted way of doing what you are referring to is to use content packs, either Organizational or third-party. From your description, it...
View ArticleRe: how to get facebook business manager data into power bi desktop
kunkumuriarjun wrote:Thanks.......... I am able to get the data but in facebook business manager they are total number of likes and they are showing data in day wise chart.But when I am trying get...
View ArticleRe: scatter plot
All the visuals in Power BI are open source. I think you will find the scatter chart on the github Microsoft/PowerBI-visuals-core. Download the responsitory and search.
View ArticleRe: how to get facebook business manager data into power bi desktop
We have an 'facebook' data source option in Power BI tool. By selecting that I got facebook data.
View Article