Re: how to get facebook business manager data into power bi desktop
Or can choose by using API : https://developers.facebook.com/tools/explorer/
View ArticleRe: How to capture daily live data
What do you mean capture "next day value should capture in database"? I don't quite get your idea, Power BI is a reporting tool rather than ETL tool.
View ArticleRe: How to generate dataset and dashboard in Power BI portal automatically?
Sorry about confusing you .....I mean that my partner has their own portal to deploy all the iot services. So they want a button in their own portal that pushing it will deploy the dataset and...
View ArticleRe: DAX for getting distinct item and its count
, Based on my test, here is one way for your reference.Measure = MAXX ( Table1, Table1[Column1] ) & " - "& COUNTX ( Table1, Table1[Column1] )& " time"& IF ( COUNTX ( Table1,...
View Articlereport embed problem
We have successfully registered our 2016 Reporting Services with power BI on the server. When we try and pin a report part to the power bi site, it asks us to log into power bi. We click on the...
View ArticleRe: Power BI Rest API - Update All Connections?
Regarding "Update All Connections", are you talking about the "Set All Connections"? If yes, After the connection strings updated, did you reset the credentials?
View ArticleRe: Dashboard Rest API
The answer would be no. All the available APIs are listed in Power BI REST API Reference.
View ArticleRe: Fail to add rows on dataset using PowerBI Rest API
I got the same error as yours when trying to add rows via REST to a dataset created in Power BI desktop. That seems a limitation and there's already one idea Push data via API into an existing model,...
View ArticleDifference between dates in the same column
Hi, I have a financial approvals table that has the action date in the same column, I am trying to find out the lenght of time each the process is at each stage of the process. The table below is an...
View ArticleRe: Not able to upload custom visual to Power BI web
I've noticed this couple of times but when I upload a custom visual and nothing happends then if i click anywhere outside visuals pane that custom visual appear.
View ArticleJavascript SDK and CLI, how to use for embedding?
I thought I had at least a basic understanding of JS and web stuff but have got totally confused so any help appreciated.... Tried to setup Embedded reports, what I have managed: 1) Using the node...
View ArticleRe: Power BI Rest API - Update All Connections?
Hi, Eric I've entered the credentials. However, I've solved this issue. I made a mistake that the table schema are not the same. When I reformed the table, the error disappeared. Thank you!
View ArticleRe: Power BI Rest API - Update All Connections?
Hi, EricI've entered the credentials. However, I've solved this issue. I made a mistake that the table schema are not the same. When I reformed the table, the error disappeared. Thank you!
View ArticleRe: Power BI Rest API - Update All Connections?
Great to hear the problem got resolved. Please accept the reply as solution to close this thread.
View ArticleRe: Selection for table
, Since the HierarchySlicer provides similarfunctionality, you could download it and try to view its source code.
View ArticleRe: Difference between dates in the same column
, According to your description, you could add a calculated column as follows.Duration Column = DATEDIFF ( Table1[Action Date], LOOKUPVALUE ( Table1[Action Date], Table1[Req No], Table1[Req No],...
View ArticleRe: Selection for table
Sam, I've tried to use that code. But in Power BI visuals CLI tool there's no objects, used in HierarchySlicer: utility.SelectionManager, ITreeView, IInteractiveBehavior, ISelectionHandler, etc....
View ArticleRe: Difference between dates in the same column
Hi Sam, Thanks for your response. I seem to get an error when using the calculation, 'Calculation error I column 'PR Process'[]: In DATE DIFF function, the start date cannot be greater than the end...
View ArticleRe: Power BI Embedded report is no longer being rendered.
Hi team, When I embeded reports from a gourp by javascript. In iframe, I got msg: This content is not available.Learn more about Power BI. And I see in console window: unable to load resource...
View ArticleRe: Randomly cannot "acquire exclusive access to dataset" when using the Rest...
Thanks for looking into this. This appears fairly randomly every other week. To me it looks like a bug on the API side, as it's undocumented behavior
View Article