Re: External libray permission refused
Thanks you so much it works ! But how does the variable window work ?
View ArticleRe: On-premises data gateway for embedded app
Hello! Can you please explain how you guys are refreshing the dashboard today? How you are using keystroke?
View ArticleRe: On-premises data gateway for embedded app
Hi, I am using a bit f software called AutoIt, this opens a powerBI application, then using hotkeys loads a dashboard. It then refreshes from the database (an SQL database hosted on Amazon) before...
View ArticleRe: Show total only last month
HI, Tks everybody for answers... I solved:ColumnLastMonth = IF(YEAR(TODAY())= YEAR('Fact'[Date]) && MONTH(TODAY())-1 = MONTH('Fact'[Date]);1;BLANK()) MeasureMymeasure =...
View ArticleCan't refresh OLAP Cube generated by PowerBI through "Analyze in Excel"
I have a dashboard in PowerBI that gets refreshed every day through our Data Gateway. I also have an Excel pointing to that dashboard. I'd like this Excel to be already refreshed when I open the Excel....
View ArticleGet All Table List
Hello Friends, I am new in power bi rest api, I had succuessfully integrated power bi get dataset api in our app. Now I am trying to add List All tables api. But didn't got...
View ArticleQuery Editor R Script Date Time Issues
So I'm trying to use the Run R Script in the Query Editor. I'd like to run statistical models using R, however, doing even the simpliest tasks seem a bit difficult. It seems that the 'dataset' provided...
View ArticleRe: Query Editor R Script Date Time Issues
Okay, so I got it to work... using lubridate and setting na.rm=TRUE when doing the max calculation. I'm going to have to verify, but my data shouldn't have any na's in the column???# 'dataset' holds...
View ArticleRe: Query Editor R Script Date Time Issues
RStudio integration does exist. Can't remember which release but it's been around for at least a couple of months I think. File -> Options and Settings -> Options -> R Scripting you can...
View ArticleRe: Query Editor R Script Date Time Issues
Thanks Sacha, however, I'm talking about integration within the Power BI Query Editor... not within R visuals.
View ArticleSupport multi dataviews
Refer to https://github.com/Microsoft/PowerBI-visuals/blob/master/Capabilities/DataViewMappings.md, multi dataviews are not currently supported.Anyone know where can I check the progress ?Thanks
View ArticleRe: Power BI Embedded, Filter through URL
I'm afraid you can't do that by filtering through URL, try Power BI javescript API.Introducing the new Power BI JavaScript APICustom Filter
View ArticleRe: Cross page filtering
Hi , According to your description, you just need a single visual(e.g. Stack column chart with x-axis as answer and value as no of student) and a Slicer of "Question" to show number of student for...
View ArticleRe: Capabilities.json
, You may check the corresponding capabilities JSON schema at https://github.com/Microsoft/PowerBI-visuals-tools/tree/master/templates/visuals/.api. Now the default API version for new visuals is 1.2.0.
View ArticleRe: Query Editor R Script Date Time Issues
Yup, you're correct. It quite clearly mentions query editor in the post title. Apologies.Hopefully they will introduce IDE support for R Scripting throughout Power BI soon.CheersSacha
View ArticleRe: Adding Custom Filter to Embed report
You can create a filter and apply it to the filters properties of the embed configuration. Check Embed Configuration Details.The problem now is, there's a bug that stops the filters properties from...
View ArticleRe: Looking for a more detailed custom visual sample source code
, As far as I know, there are three samples at Custom Visuals Gallery. To view source code, you may click GitHub as shown...
View ArticleRe: Adding Custom Filter to Embed report
So you mean the entire filter property isnt working for now when setting it up in the embed configuration.And the way I have done with the function being called at the load event is the way we need to...
View Articledefault - includeEmptyGroups / "show items with no data"
I have a custom visual. Is it possible to default "show items with no data" to be true for the data view? I need this to be checked for my custom visual to be displayed properly. Some samples use...
View Articleprinting multipage tables
Hi, does anyone have a solution for printing a table in Power BI that is multiple pages? I have a table that does not display all data on the screen so you have to scroll down on the screeen. When...
View Article