Quantcast
Channel: Developer topics
Viewing all 18115 articles
Browse latest View live

Bypass Power BI login by passing external username to share URL (currently using dynamic RLS)

$
0
0

Currently we have an external application (with individual user logins) that we would like to add a link in that would take external users to the Power BI reports shared with them based on dynamic RLS.  The caveat to this is all users use the same workstation with a generic login, which is why we need to find a way to pass the username used for dynamic RLS via the share URL or another means.  The application is Java based.  Can this be accomplished?  If so, what options are available?

 

Thank you. 


Error in htmlTreeParse

$
0
0

 

 

Hello! 
I've generated a customvisual based on a r script, however, I'm obtainning the follow error:
erro pwbi.PNG

 

My Rscript is:

setwd("D:/IDGeo/Earth analytics course_Learn data science/data/week 4")
library(tidyverse)
library(htmlwidgets)
library(raster)
library(sf)
library(leaflet)
library(pandocfilters)
pivos <- st_read("california/SJER/vector_data/aneis_anapaula_0904.shp") %>%
st_transform(4326)
ndwi<- raster("california/SJER/vector_data/2017_06_04_NDWI_CLIP_wgs.tif")

chrt <- leaflet() %>%
 addProviderTiles(providers$CartoDB.Positron) %>% 
addPolygons(data = pivos, 
fillOpacity = 0,
stroke = T) %>%
addRasterImage(ndwi)
saveWidget(chrt, "chart.html")
chrt
 
 
Does anyone knows what could be happening?

Thank you very much

how to export excel file from Power BI report server

Using containers in a Custom Visual

$
0
0

Hi,

I am currently trying to use containers to group properties per measure group. 

Unfortunately, I can see the dropdown on the properties pane but its empty... nothing gets assigned to it.

Anyone using this feature that could provide an example? It would be great to have this sample on the documentation.

 

Thank you


Regards

LS

Embed customer-created report

$
0
0

Hi, we're an ISV looking to be able to pull up customer reports created within their organization on to our application (as an embedded report)? Basically we'd like for them to be able to view their reports on our application.

 

Does Power BI support that integration? 

Thanks,
Richard

Iterate over web pages using multiple inputs

$
0
0

Hi,

 

I have a demo model, iterating over multiple webpages, combining them to one, by adding nested tables for each page 1, 2, 3... etc. This was working great until recently, when the owner of the webpage decided to cap the returned values to 99 pages, regardless of the search parameters. However there are multiple filter options, one of them being alphabetical, so I need to expand my existing function with another dynamic value in the url, to contain both "page" and "letter", and then expand the each function of the recieving table to allow for both page and letter. Lets try to break it down a bit.

 

so this is the function url, I added a static letter "A" as an example:

 

let
    GameRankings = (page as number) as table =>
let
    Source = Web.Page(Web.Contents("http://www.gamerankings.com/browse.html?page=" & Number.ToText(page) & "&numrev=2&" & "letter=" & "A")),
    Data0 = Source{0}[Data]
in
    #"Data0"
in 
    GameRankings

The code for the recieving table (GameRankings) then looks like this:

 

let
    Source = InputTable,
    #"Tilføjet brugerdefineret" = Table.AddColumn(Source, "GR", each GR_PageFx([Page])),
    #"Expanded GR" = Table.ExpandTableColumn(#"Tilføjet brugerdefineret", "GR", {"Column1", "Column2", "Column3", "Column4"}, {"GR.Column1", "GR.Column2", "GR.Column3", "GR.Column4"})
in 
#"Expanded GR"

 

The "InputTable" is a table I entered manually in power BI containing all combinations of Pages (0-99) and Letters (#-Z).

 

So with my limited M skills I assume that at least the following adjustments need to be made:

 

- Function: "letter=" & "A" part needs to be made dynamic

- The "= Table.AddColumn(Source, "GR", each GR_PageFx([Page]))," part of the GameRankings / receiving table needs to take into account the second column of my InputTable, containing the letters, to receive each combination of letters and pages...

 

But how, is my question?

 

Hope someone can help me make the necessary adjustments to the code above.

 

//Rasmus

javascript API with Power BI Services and or Desktop

$
0
0

Hi Experts

 

Whats the best way to anwser the following questions. What i am trying to do is develop a report using any db in the company. I want to have the ability once the report or dashboard has been developed whether or not it has been published to Power BI Service, to call the report either in power bi desktop or service as a image using Javascript API with power bi and publish that image of the report or dashboard into a 3rd party software which is similiar to MS word.

 

If possible has that report/dashboard as an interactive report too.

 

 

Power BI Report Server Desktop (Many to many relationships)

$
0
0

Hi,

 

Does any anyone know why the report server client won't allow Many to many cardinality? 

 


Streaming Dataset - Time on line chart does not correspond to time in data

$
0
0

Hi,

 

I am quite happy with the Power BI streaming dashboard feature. It was super easy to get a PoC up and running.

 

But one thing is leaving me mystified. I am sending time formatted as the time stamp. But it shows up in my line charts as UTC-30 mins.

 

I built a line chart visualisation and I put time on the axis, and added a metric as value. And my dataset looks like this"

 

[ { "time" :"2019-06-29T11:06:47Z", "visits" : 345732 } ]

 

I tried different time zone but they all end up showing the same UTC-30 mins time. Any ideas?

 

Thanks

 

 

 

 

Power BI publisher for Excel not working

$
0
0

Good morning.

 

I was testing the Power BI suite of products to determine if it was suitable for my company.  To do this I started a free trial but now that we have purchased workspaces and pro licenses my issue is that when I try to connect to data published out on our work space using publisher for Excel it tells me that I still need to update to a pro license.  When I click on my profile it still shows my email as trial.onMicrosoft.com.

 

I need to get this updated so I can begin connecting to data in Excel.

Support for MatchIt R Package

$
0
0

Hi,

 

I like this to be forwarded to the R in Power BI Feedback Team. I cannot send directly from my Power BI login because it is a onmicrosoft account that I cannot email from, so the request is bounced back. I'm requesting support for the MatchIt R Package so that I can post my propensity score matching results in the Service.

 

Thank you!

 

Betsy

Custom Visual - Set Border On as Default

$
0
0

Hi I am creating my custom visual, it works fine except I'd like to set the border on as default.  How do I do it in the code behind?Thanks

 

 

2019_07_01_09_34_25_Power_BI.png

 

 

Set default visual viewport size in custom visual

$
0
0

Is there a way to set the defaul viewport size when start a custom visual?  Thanks.

PBI Embedded for .Net Core MVC

$
0
0

Hi Everyone, 

New to PBI and looking for step by step instruction on how to embed PBI with my MVC app.

Any kind of instructions and infromation will be helpful.

 

Using Power BI with a webhook

$
0
0

Hi, 

 

I'm looking into the possibilities of using a webhook with Power BI. I've never tried working with a webhook, however I understand that's it's sort of a reverse API. I want to export some data from a 3rd party software, that's setup a webservice, which allows me to push data into some target using a button on their UI (page 87 on their documentation describes the steps https://delogue.com/wp-content/uploads/2019/07/Delogue-API-Reference-v-1-3.pdf).

 

However, I have no idea how to setup Power BI to be able to receive data from this source? Can anyone point me in the right direction?


Missing menu options on a report in different workspaces

$
0
0

I have a bit of a puzzle (for me anyway). I've published a report to a workspace and if you access it though the workspace, then I can see the export option in the drop down menu (see image 1)

 

Power BI image 1.jpgImage 1

But if I access the same report through "shared with me" then there is NO export option. Why is this? 

 

Power BI image 2.jpg

I really would like to understand why Power BI does this.

 

Thanks

Bron

 

PowerBI Integration and PowerBI Embedded in D365FFO OneBox environments

$
0
0

We have many OneBox environments of Dynamics 365 FFO used for either testing or demo purposes.

Currently, as to my understanding, PowerBI Integration is not available in OneBox environments. 

PowerBI Embedded does work however requires an Azure SQL Database (seperate) and the Workspace Collections.

With the transition towards PowerBI Embedded, will this work in a OneBox environment?

 

Thank you, 

Application Permissions

$
0
0

Not sure if this is the right forum, but we have a data model in Azure and we would like to restrict access to the model so that users can only view the data in Power BI and not through Excel, etc.

Can this be achieved and, if so, how?

Quote of Bar Mekko Chart in Power BI (Buy it)

$
0
0

Hello community,

 

I am looking for Bar Chart with a unit axis, similar to Bar Mekko growth profile chart with options to adjust the column width independently, and each bar can be a stacked data. I need this in POWER BI. Similar to the example shown below or similar to the next video, but in POWER BI https://www.youtube.com/watch?v=k9EXuU1R76w

 

I am willing to pay for who helps me in this matter and give me the solution. Please send me emails soon with the quote and the possible solution to jcbiigvai@gmail.com.

Bar Mekko Chart.jpg

 

Thanks for your help !

Dataset is not Push API dataset

$
0
0

Hello,

I'm trying to retrieve records from within a dataset/table and i'm receiving the following response:

 

{
    "error": {
        "code": "ItemNotFound",
        "message": "Dataset {dataset_id} is not Push API dataset."
    }
}

This is the GET url i'm using is:

https://api.powerbi.com/v1.0/myorg/groups/{group_id}/datasets/{dataset_id}/tables

The dataset that i'm looking to connect to is an existing dataset.  What exactly is an "Push API dataset"?  Is this a setting from within the dataset itself? I'm fariely inexperieinced in the Power BI API thus far and am looking for a bit of guidance on this prticular issue.  Any help would be greatly apprecaited. 

Viewing all 18115 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>