Multiple IF Statement for Status Codes
Hi there, I need to form the correct version of this IF statement. Or, more likely, a different statement with the same outcome! If Status = 3 then "Won"If Status = 4 then "Lost"If Status = BLANK then...
View ArticleError Handling in M
Hello, I am building a Custom Connector to get data from a web sevrice. There are instances where the data would be null. Is tehre any error handling mechanism where it if it runs into an error, it can...
View ArticlePowerBI Embedded - row-level security (RLS) vs customer filters
My scenario is:Publish charts on web page where each customer can see only own data - there are over 1000 customers.Use PowerBI Embedded and potentially SSAS cubeThe questions are:1)To filter data for...
View ArticleData Refresh API vs. Scheduled refresh
Was wondering what the limits are of the Data Refresh API's. Can it make your non-directquery datasets more real-time by initiating a refresh avery 15 minutes (maybe even 5 minutes) whilst the best you...
View ArticleCustom visual using drop down (sandbox)
Dear all,I am creating a custom visual which is a dropdown. As I am developing using the Power BI sandbox mode the visual is in an Iframe and therefore impossible to make the dropdown go past its...
View ArticleMatrix visual not rendering using powerbi-client JavaScript API
I have been using the powerbi-client JavaScript library for a while and have been having good success with a wide range of visuals including custom visuals when embedding in our internal web apps using...
View ArticlePowerBI Embedded direct query caching
Hi all, As the title suggests, we use PowerBI Embedded in direct query mode. I'm finding that the data is cached. We have data updates happening every minute in the database. We can't get the report...
View ArticlePushing Data to Streaming Dataset Fails
Hi there, I have created a scheduled task to refresh a report based on a streaming dataset (historic data on -> delete contents -> post rows). I post around 200 rows every minute which is about...
View ArticleUnable to read default color object
In my capabilities.json I defind an object called color. I'm trying to define it inside my custom visual using : startingColor:...
View ArticleKPI : Backgroud trend disappear
Hi Team, I have created KPI and provided all required field. Here I am able to the expected value in KPI and background trend but when I checked after applying filter the background trend gets...
View ArticleAPI change Analysis Services database in gataway data sources
Hi! I'm trying programmatically change/update database in an Analysis Services Gateway data source - is there any way to do so? I trying to to 1. publish an PBIX file (with data source on premise...
View ArticleR script refresh by enterprise gateway
Hi All, According to the article below, you can refresh R script data with personal gateway. https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-r-in-query-editor/ But what I need is...
View ArticleIs it possible to embed reports without a Premium?
I would like to know it is possible to embed reports/dashboards into a web app WITHOUT a Premium license --- FOR Power BI Users?? (do not want to use publish to web) Embedding with Power BI...
View ArticleBox and Whisker Plot
Any idea when the revised visual will be loaded to the store? Right now there is none and, it appears, a revision is about to come out but nothing can be downloaded now from the store.
View Articlepower bi embedded
Hi,I am integrating power bi to my web application , So i have 5 Types diffrent stores which are able to select from application that stores are also available in my dataset in power bi . So now i need...
View Articlequestion about using app.powerbi to embed tiles into a website using API
Hi realize there is an API available that can allow you to embed dashboards/tiles into your website my question is, is there a way to slice these tiles once we have embedded them from what I...
View ArticleCustom Visual Error
I am trying to create a new custom visual in Power BI using Power BI Developer Tools. I am following the Jon Gallant's Blog for Creating Power BI Custom Visual. I had follow all the steps as is what...
View ArticleAccess token setting expiration times
I have seen many posts about how to prevent token expiration but I am currently looking for the opposite solution, It seems the expiration in my tokens is being ignored. The following is the embed...
View ArticleEmbedding a Power BI report into Salesforce
Hi Team, We've succesfully embed the PowerBI report into Salesforce based on this blog. But we're facing 2 issues. 1. My colleague couldn't able to see the PowerBI reports which I embedded in...
View ArticleImage leaves behind artifacts when resized
Hello, I have finally succeeded in creating a working custom visual. I have also successfully added an image to the visual: let image = this.svg.append("svg:image") .attr('x', 15) .attr('y', -10)...
View Article