Re: Trying to Add an Legend using the legend.md API to my custom visualization
that worked ... I add the .ts and .js files included but not installed the dataview
View ArticleMailchimp service connection fail - API issue
Dear MS, My Mailchimp service dataset is not connecting. It's failing at the API handshake bit. This is what Mailchimp had to say when I raised it with them: "I’m not aware of any issues from...
View ArticleRe: Some reports doesn't contain credential
In all reports I have the same connection string, to the same database hosted in azure. If I created new workspace and for each report I update my connection string it works ok ( I mean add report...
View ArticleAdding a new value in an Existing field
Hi All, I have a question: I have 2 fieldsCode - which contains - 6980Cause - which contains - ABC I'm looking to use Advanced Editor to populate the field Cause with value ZWR if Code = 6980...
View ArticleRe: Adding a new value in an Existing field
There's probably some fancy M for that, but brute force, create a new conditional column, = if [Code] = 6980 then "ZWR" else [Cause]Remove your original Cause column and rename this column to Cause and...
View ArticleHow to allow the End User to filter via sort, and aggregatation using variables
How can I add a feature on my Power BI Reports and Tables that allows the End User(Report Viewer) to be able to look at a report that I have shared an be able to: -sort data-aggregate data (sum, avg,...
View ArticleRe: Adding a new value in an Existing field
Also, you can use the Add Conditional Column feature for that kind of calculations.
View ArticleRe: Adding a new value in an Existing field
Hi Smoupre, for your suggestion below would this be a New Measure, New Column? = if [Code] = 6980 then "ZWR" else [Cause] Thanks! - Babinsky
View ArticleHow to embed a PowerBI.com report into cloud app (quickbase)?
I use Quickbase as a cloud platform to build Cloud Apps and Power BI as my BI platform. I would like to integrate/embed my Power BI reports into my Quickbase applications. My goal would be to embed...
View ArticleAdd templates
Hi everyone. I have seen that I can use a template the rvisual to make new visualizations.Can I do the same with others visualizations? If yes, How do I do it? Thank you in advance.
View ArticleWhat is the API endpoint of other Azure environment like German or China ?
I know in other azure environment, there are different sets of endpoints. For example, in German, the resource management url is https://management.microsoftazure.de. I was wondering what is the...
View ArticleImporting an Excel file using the Import API returns a 400 Bad Request error
Has anyone sucessfully uploaded a local Excel file using the Create Import API Operations? If so, could you share your method? We are referencing https://msdn.microsoft.com/en-us/library/mt243840.aspx...
View ArticleCan I work in Desktop Power Query offline when my data source is Web API?
My data source is Web APIs and I'd like to be able to continue developing my reports and using power query when not connected to the internet. Currently when the API won't connect I can't do anythign...
View ArticleRe: powerbi embedded in sharepoint online
We just shipped a web part for SharePoint Online, check it out: https://powerbi.microsoft.com/en-us/blog/integrate-power-bi-reports-in-sharepoint-online/
View ArticleRe: How Embedding Power BI report in custom application is secured?
You could see the accesstoken in client end either via postMessage or via Javascript API. By default the accesstoken would expire in one hour.As to the security concern, when embedding a report via the...
View ArticleAccess as ODBC data source error
Hi I have created MS Access ODBC data source and connected with it. but when i trie to add it as data source in MS BI Data Gate way, i am getting following error: "The 'Driver' property with value...
View ArticleRe: PowerBI REST API - where do I start?
ovetteabejuela wrote:Ooops... Big Ooops... Hit a wall! Requires Pro Licensing... I think I'm going to hold off since I wont be able to apply what I will learn... But when we're nearing to get the Pro...
View ArticleRe: What is the API endpoint of other Azure environment like German or China ?
May I know what API doesn't work? As far as I know, for most Power APIs, api.powerbi.com is the endpoint.
View ArticleRe: Importing an Excel file using the Import API returns a 400 Bad Request error
Could you please post some snippets of you code?
View Article