Re: See Records/Data/Group/Include/Exclude all Missing from Embedded Web...
Thank you. I knew I wasn't going crazy.
View ArticleRe: Step 4: Get a dataset to add rows into a Power BI table ( Example: Push a...
If you're using the same code as the sample's, I guess that the the cause of the problem is in this line in the function GetDataset(). //Get the first id datasetId = results["value"][0]["id"];It would...
View ArticleRe: Step 2 in Sample "Push dat to Azure by Adam Saxton :AcquireToken will...
Check the answer in your new post.
View ArticleRe: Add "allow-same-origin" value to iframe's attribute sandbox
, Based on my experience, this can‘t be achieved. You could also reach out for help at GitHub.
View ArticleHover over in R visuals
Hi All, Is there any way to have hover over functionality in R visuals? i.e, when we move the cursor over R visuals (ex: line chart), the values respective needs to be displayed. Cant we use ggvis...
View ArticleRe: Unable to create unique selectionID's
, You may take a look at https://github.com/Microsoft/PowerBI-visuals-core/blob/master/src/Clients/Visuals/cartesian/scatterChart.ts first, though it is deprecated. For tips about debugging your custom...
View ArticleRe: PowerBI Embedded azure app: Maximum file size of pbix and checking error...
We are following the Get started with a sample | Microsoft Docs to upload the pbix file to Azure PowerBI Embedded App. Following are the steps which we have taken:Created a PowerBI Embedded App in...
View ArticleRe: PowerBI DirectQuery Performance with Measures
Thanks that for the response, that was a helpful link. It seems like in its current state PowerBi may not be the right solution for us. Too many lmitations for what we need. Its unfortunate, hopefully...
View Articled3 csv
Hi everyone reading this topic!I'm struggling now with problem trying to use csv data file via "d3.csv()" function as database for my visual, but always receive in chrome console error: VM1577:175GET...
View ArticleRe: Hover over in R visuals
Hi Lal, R sends the visual back as image. As long as this is the case there will be no option to have hover effects as seen on the 'regular' visuals. ggvis visuals and other R libraries who do support...
View ArticleTwo direrents filters (segments) on the same page
Hello, Sorry for my approximate english.I want to do a comparison on the same data (year and year - 1). So, i need to have two segments with the same values (dates).Anyway, i need to select one date on...
View ArticleRe: PowerBI DirectQuery Performance with Measures
Hi , Yup, There are some limitation of DQ and PBI team are trying enhance it. Hope you share your opinion in this survey to help them clarify our need:...
View ArticleCannot see the Reports imported on Power BI Embeded workspace
Hi All, 2 days back I was having problem creating workspace that is resolved now. I created the workspace and imported a .PBIX file created by Power BI desktop. This report is referencing Azure...
View ArticleSame Visualizations for Every User
Is it possible to have one set of visualizations on a web app that every user is able to use/see, but the actual data that populates them will be specific to the user? i.e. same graphs, different data,...
View ArticleRe: Power BI Embedded Workspaces
I looked in Ideas, and I found this, which is related. And I posted a comment to expand on it, saying it should include using the Azure Portal to manage Workspaces. Go there and vote for it!
View ArticlePowerBI Rest API - Need Help
Hi all, I created a Dataset and Table using PowerBI Rest API from C# sample program. When I go to my dataset, I see following icons and when I click any one of those (except delete), it give me error....
View ArticleRe: Add "allow-same-origin" value to iframe's attribute sandbox
Thanks for the reply Sam. I had spent some time looking into this, but couldn't find any solutions as well.
View ArticleRe: PowerBI Rest API - Need Help
So I did some research I found that if dataset is created using REst API , under API access it shows it as PUSH and when you click those icons you get error message. Whereas if you create streaming...
View ArticleSubstitute or alternative for ggvis R library in power BI.
Hi All, As per my understanding, ggvis library is very helpful in creating enhanced visuals in R. Specially the hovering effect.But as of now ggvis is not supported by Power BI. Is there any...
View Article