Edit embedded Dashboard
Is it possible to create and/or modify dashboards in Power BI embedded using the new Power BI Premium offering? Or is it limited to Reports?
View ArticlePower BI Table Visual / Source Code
Hello, I heard that Microsoft open sources all of its visuals on GitHub, but can't seem to find them.Is this true, where can i find them? Thanks! Frank
View ArticleSeeing errors from posting rows of...
I've started to see errors when posting rows. Some of my posts still work, but quite a few of these errors occur. The error message returned from the post is InternalServerError (HTTP 500) and the...
View ArticleLine and stacked column chart coloring acording to values
I would like change the color of a column to red if it's value is more that to black line. and Also if it's possible change the color of the back-ground.
View ArticleHow to view data per year with accumulated summaries over several years
Hi , I need help with the following issue: I want to show the age distribution of inventory in a tabel/chart. The calculation of the age distribution for each year is like this: 2017 = (Inventory...
View ArticleUsing Power BI REST API
Hi,I need clarifications for the below points. 1. Is it mandatory to buy the Power BI pro license inorder to use Power BI REST API?2. Can I refresh Power BI report data using REST API?
View Articlehow to read visual level filters in power bi embedded application
Can We apply custom filter at visual level if yes then how we can read number of visuals level filter in page.Like following code we read current page filtersCurrentPage.getFilters().then(function...
View ArticleHow to use objects from format pane ?
Hello, I'm looking to how to make the connection between the format pane (which I know is managed through objects in capabilities.json ) and the Code ? is there a method that helps to call the specific...
View ArticleChange Connection String from Power BI Services
Hello,I own a dataset that's created in Power BI Services and connected to a SSAS Cube. I'm not seeing an option to modify the connection string, hence I'm not able to test out my model from another...
View ArticleAuthorization error when trying to Embed using sample for Non PBI Users
I am currently try to create a sample embedded report to show our team and I am getting an error. I am following the Embed a Dashboard tutorial as a guide. Because our use case dictates having...
View ArticleSingle Select Combobox custom visual not working on chrome/edge
I have a draft copy of a working single select combox box custom visual. It seems to perform much faster than the okviz multiselect, defaults selection to first item to make sure item is always...
View ArticleCalculate cumulative count by looking values in a column
How can I create a column "Result" below by keepin a count of repeating values from Col1? Thanks.Col 1 Result a 1 b 1 a 2 c 1 b...
View ArticleFilter on tiles using the new Embedding api
I am using the new emedding api and i want to embedd tiles on an external webpage. However i need to apply a filter to the tiles, for example TableA/ColumnB = "ABC" but i am unable to do this. I am...
View ArticleRemove titles from embedded tiles
Is it possible to remove the titles from tiles that are embedded into external sites? Editing a tile inside a dashboard and removing the title does not seem to help, the title still shows up when i...
View ArticleCan we perform sql request from custom visual ?
As far as I know, Javascript is a client side pl so we cannot perform sql requests. But for Typescript we can as long as we install the needed package and dependacies. So, can we perform some sql...
View ArticledataView doesn't have objects in metadata untill we select it from format...
(using power bi custom visual in web version(latest)) I have defined an object of enumeration type in capabilities.json: "objects": {"MyObj": {"displayName": "Object type","properties": {"topType":...
View Articleneed to populate object value in format option as per user selection.
(using power bi custom visual in web version(latest)) I have defined an object of enumeration type in capabilities.json: "objects": {"MyObj": {"displayName": "Object type","properties": {"topType":...
View ArticleElectronic digital signal in line charts with multiple x-axis
Hi, I am trying to present data in this shape: Can someone help me? I am not finding a way to do it. I want the x axis to be the same for all of them, and a y axis for each signal. Best regards,...
View ArticleDynamic filtering in Power BI Embedded URL
Hi, Is there a way to add the dynamic filtering capability to a power bi iframe URL ? My need is I have a embedded power bi report containing a table and when I click open the URLs from the table, it...
View ArticleProblem with reading data from dataview
I have my capabilities.json as follow: { "dataRoles": [ { "displayName": "Origine", "name": "category", "kind": 0 }, { "displayName": "Volume", "name": "measure", "kind": 1 }, { "displayName": "Age",...
View Article