Compatibility of Power BI Preview REST Dataset Creation API
Hi, Above all, it's so great to see Power BI REST API updates.So I have a question.Is this new preview Dataset creation API compatiable with existing APIs?Especially for "Update an existing table...
View ArticleRe: PowerBI Embedded: Embed Token Expiration?
There seems not way to change the expiration span, the demo shows it in 5 mintues.https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-what-is-power-bi-embedded/
View ArticleRe: Powerbi Embedded Remove Powerbi Loading animation
I suppose this needs to be added to the ideas section.. Post the link here and I'll vote it up!
View ArticleRe: Unable to access the quantcast data
Hi kunkumuriarjun, Since you've tried various approaches in Power BI Desktop, I wonder if there is any relevant setting from the source quantcast.
View ArticleRe: No rendering in report
Hi Jeromebx, Glad to hear that you've solved this problem and thank you for sharing the solution. You could mark it as answer so that other community members might gain benefits.
View ArticleRe: Narrative Visual
Hi piyush, You could extract the code in a custom visual by following steps, and then customize your own visual according to real needs. For more professional instruction and support, go to...
View ArticleRe: PBI Embedded: How to suppress pagination footer?
done: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/15506292-powerbi-embedded-suppress-pagination-footer ThanksDaniel
View ArticleRe: PowerBI Embedded: Embed Token Expiration?
Well you can set the expiration span as it's described here: https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-app-token-flow/ (search for exp). But my question is more about...
View ArticleRe: append two user created tables
You can join "New Tables" in DAX with the functions mentioned. What difficulty in joining tables do you have so that you have to say a "dead end"?
View ArticleRe: Reports or Dashboard integration in a Delphi application
Not familar with Dephi, so I and most people in this forum don't actually know how to translate the AccessToken method. For more professional reponse, you could go the dedeicated Dephi forum. In any...
View ArticleRe: Rest api usage with Java
Various resource on the Internet.RESTful Java client with java.net.URLUsing REST in JavaConsuming REST services from Java applications You could find more examples in Github.
View ArticleRe: Can I add a domain name for my Power BI?
Hi lukaskc, I see you've come up with an idea at https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/15568305-add-personalized-domain-for-bi. For now, you could take a look at how to...
View ArticleRe: Rest api usage with Java
But, there aren't any examples about PowerBI Rest API and his Auth in Java I cannot authenticate from Java. I only can from C# and i need Java code
View ArticleRe: Can I add a domain name for my Power BI?
Thank you very much, but will I be able to use my domain on every BI page ? As I understood the answer is no ... I hope it will be solved soon
View ArticleRe: Unable to access the quantcast data
Hi Sam, I have checked in data source settings also but still facing same issue and there is no relevant settings. Best,Nagarjun K
View ArticleAuto Update URL Data Source
Hi, Im new with Power BI and have run in a issue. The data that i use i get by using Web as datasource and then entering the URL. The problem is that the URL contains a Begin and Endate. namely...
View ArticleRe: Rest api usage with Java
Azure AD has a Java library that you can use: https://github.com/AzureAD/azure-activedirectory-library-for-java
View ArticleRe: PowerBI Embedded: Embed Token Expiration?
It is normally best to keep the token as short as needed. One hour is usually standard. This is just in case the tokens happen to leak out. There are good reasons why you may want to make them longer;...
View ArticleRe: PBI Embedded: How to suppress pagination footer?
This functionality is coming in the next week or two with our new client side API.
View ArticleRe: Compatibility of Power BI Preview REST Dataset Creation API
Those APIs will work together. I didn't document it but if you call PUT Table in beta you can also add measures. Unfortunately there is no way to update relationships at the moment.
View Article