Export To power point Option in Power Bi Embeded
Is there way to get Export to Power Point Option in Power BI Embeded?
View ArticleAdding Custom Columns when Creating A Dataset via the API
Is there a way to create a calculated column when creating a dataset. Folliwing the API reference: https://msdn.microsoft.com/en-us/library/mt742155.aspx It seems we can create an Expression for a...
View ArticleWhat utilizes the cache in the Power BI Service.
We are currently running Power BI Embedded at the A1 tier in Azure which is allocated 3GB cache. We have a few datasets in direct query mode that are set to refresh the cache every 15 mins. We also...
View ArticleCreate a Dataset programatically
My design requires that I create 1 or more tenant-specific datasets to service a single dashboard whose data comes from a common elasticsearch cluster. Data is stored in tenant-specific indices in es....
View ArticleDataset.Tables is always null in Power BI for .NET v2
Hi everyone, I'm trying to get the access to the tables inside a dataset. I managed to get access to the dataset however the when I use dataset.Tables it always returns null. I also tried to use...
View ArticleApps Owns Data Sample: groupId
I'm stepping through the "App Owns Data" sample and have hit a wall... Power BI - Embed SampleGroupId is empty. Please select a group you own and fill its Id in web.config A recent change in Power BI...
View ArticleIgnore a Slicer in a object, only for the measure
Hi, I would like to create a measure that ignores a field filter ( Slicer ), like year or a flag for example. I have this measure: SeasonOnly = CALCULATE( Sum( Sales[UnitsSold] ) , FILTER( All(...
View ArticlePrompt to Import Data Source
Is it possible to prompt for a data source rather than having to enter the path? EG a windows type explorer option to browser for data import?
View ArticleConnecting to Adobe Analytics API from Power BI using M Query
I am trying to connect to Adobe Analytics API from Power BI using M Query.Can anyone help if you have already implemented ? Thank youSaanvi S
View ArticleHow to read Tsv file from Azure Data Lake into Power BI
tried to read a tsv file from an Azure data Lake, but power BI keep telling that file format is not recognize, is there a way to specify the delimiter type (like this \t)? Thank you,
View ArticleDoubt about setting up Power BI Embedded V2
Hello everyone, I have an application running the version 1 of the Power BI Embedded (workspace collections in the Azure portal), and now I want to migrate to the version 2 (I don't need to migrate the...
View ArticleHaving problems to find the Power BI AccessToken
Hello everyone, I am trying to generate the Acess Token for my report. I am trying to do so by following this tutorial: https://msdn.microsoft.com/library/mt784614.aspx So in the tutorial, it says to...
View ArticleApp Workspaces
We are considering PowerBI Embedded to host 1 or more visualization pages on a per customer/tenant basis in a cloud-based app. The desired model would be to create an app workspace per tenant. This...
View ArticleEmbedded for internal use with premium
Is it possible to build an app like you would for a customer storing the credentials as long as the report is backed up by premium P1.? Need to run unattended dashboards on PCs not tied to a specific...
View ArticlePassing filter values to a Power BI report in Power BI Report Server
I have designed a dashboard using SSAS live connection and hosted it on power bi report server. Now i want to give access to the dashboard on the basis of a role of a logged in user. e.g. If Regional...
View ArticleCan't validate group member
Hi there: I am testing Powerbi Pro, and my company have differnt emails due to differnt country.when I try to add another email, this gave me warning: this group have failed validation. The emails...
View ArticleUnable to use MomentJS when creating a custom visual
I am building a custom-visul for Power BI. When I have added momentjs, my script sort of "hangs" as soon as I try to use it in my visual.ts. I dont get an error message or exepction or anything else....
View ArticleUse API for datasets from Power BI Desktop
Hi all, We're trying to see which tables are used in a dataset. Right now we're trying to achieve this with the API. We want to use the option to list all tables. This works fine for with the API...
View ArticleCan Power BI use a non-OData compliant REST API?
Can Power BI use a non-OData compliant REST API as a data source or must any REST API it uses be OData compliant?
View ArticleProblems with OAUTH 2.0
Hey everyone, I am trying to get the Power BI acess token, using the Microsoft.IdentityModel.Clients.ActiveDirectory library. I was able to do so, doing the login manually. However my application is...
View Article