Re: Power BI Embedded not working on IE
Any update on this issue ?On my case I added all suggestions on the "trusted sites" and still Power BI embedded is not working on IE 11Any alternative solutions or workarounds very appreciated.
View ArticleRe: Power BI Embedded not working on IE
Hi, I have several solutions running nicely in IE11. Are there any error messages in the dev tools?
View ArticleRe: Publish a .pbix file in a local server. Is it possible?
siacc wrote:Good evening. I have some questions for you.I have a MySQL database with data that unfortenely cannot be published in cloud (using Azure services/Power BI service/Power BI Embedded). 1) Is...
View ArticleRe: Power BI Embedded not working on IE
Using the IE debugger found that there is an error “'Promise' is undefined”. Found the solution as...
View ArticleRe: Hide Custom Filters from Filters Pane
AFAIK, it is not possbile to hide the specific filter alone. You can hide the whole filter panel. var filter = new models.BasicFilter({ table: "USERS", column: "Role" }, "Manager", [""]); var...
View Articleadd quantity
Hello All, I am pretty new in PBi so I need help. I have data, like bellow:dataIn PBi I made Matrix: matrixnow I would like to add column (in yellow) with calculated percentages B column in relation to...
View ArticleFilter
Hi I have 1 table with columns called "forecast days" "date" "resource name" and so on i set the page filter to allow the user to select the month i then need a number figure which does the following:...
View ArticleReport Publishing
Hi All, Looking for some feedback. So I am a BI developer, however I am new to Power BI. I work as a independent consultant and have worked with multile clients in the past. Was wondering if in Power...
View ArticleRe: custom visual enumeration issues
Are you tring to add a dynamic property for each column that has been added to a custom visual? If so, then I will describe what I am using to acheive that result where you add your property values...
View ArticleRe: Report Publishing
As long as you can connect to the data source(s) in question from where you are and you can import all the data you need into a Power BI Desktop project, you should be able to do all the work of...
View ArticleRe: formatting time value to hh:mm:ss
I'm pretty new to DAX so it's possible that I'm doing something wrong, but your code was calculating the incorrect seconds for me and I made the following changes to get it to work: fmtCol = RIGHT (...
View ArticleRe: R Control Chart
Sorry for late response. For the sake of simplicity, I mainly used mock data which I enteredmanually. The idea was basically to create a series of 4 weeks subsets over a 12 months period sort if...
View ArticleSelection filter between visuals are not synchronised
I've noticed that the selection filters sometimes are not synchonised between the visuals, if one is a native visual and another one is a custom visual. The issue even occus for the custom visuals that...
View ArticleCan't add data to a field - custom visual
Hi All, I'm trying to extend the 'enhanced scatter' visual from the gallery. I've managed to what I require and have added an additional measure to the data roles which allows for extra functionality....
View ArticleMerge 2 rows in one row
Hi, In the below screenshot, after transpose I am able to get the values. However, I want to remove all the Null Values, and merge all the rows for each participant into 1 row.In the highlighted rows,...
View ArticleRe: Change legend value label name in Line and Clustered Column Chart
Did you come up with a solution for this?I would like to do something similar i.e. change the legend value label name.
View ArticleRe: Hide Custom Filters from Filters Pane
Thanks for your reply. Is there any development going on to address this idea? I have seen similar ideas raised in this community. Kindly let me know if this is in the pipeline for the coming months?
View ArticleUnable to save converted report.
I got the content pack, made a copy, starting editing it, adding my own filters. Then I tried to save it and it gave me an error: Unable to save converted report. Some visuals on this report are not...
View ArticleRe: Unable to save converted report.
Okay. After several tries, the problem is with custom visuals. You have to import the custom visual in again. This is unacceptable, but there is no other way around it. When you edit the report, you...
View Article