PowerBI-JavaScript SDK problem with Azure PowerBi embedded
Hello All, I used the CLI Tool to uploaded a report to azure and genereated the correct access-token. please see next post I downloaded https://github.com/Microsoft/PowerBI-JavaScript/tree/dev (it is...
View ArticleShare Scheduled Report of Power BI
How can I share my Power BI report with team through email. Is there any option to send the scheduled report in excel attachment which can send that report automatically ,not manually. ThanksMukesh
View ArticleRe: PowerBI-JavaScript SDK problem with Azure PowerBi embedded
i cleaned installed 2.0 beta 5 with bower. Now i get a 403 ai.0.js:1GET https://wabi-west-europe-redirect.analysis.windows.net/metadata/cluster 403 (Forbidden)XMLHttpRequest.send @ ai.0.js:1(anonymous...
View ArticleRe: Replace Data Source
I made the test with an "Direct Query" report and replaced tthe datasource to the actual "Azure SQL Database" but get an errorCode...
View ArticleRe: Share Scheduled Report of Power BI
Hi If you are publishing your report to Power BI Online, then there is a share option available.This allows you to enter the email of the person or people you'd like to share with and they will then...
View ArticleRe: Integrating Asp.net page with Power BI
Experts, would realy appriciate if someone could guide to any related information for the same.
View ArticleRe: Best way to change from PBI Desktop to Web?
I have another question: Rest Api only works for 1 user?
View ArticleRe: PowerBI-JavaScript SDK problem with Azure PowerBi embedded
I'm doing it practically the same way. The only difference with my code is that I pass the report ID to the embed function as well, but I'm not sure if that solves it. I do it in JS like this:...
View ArticleRe: PowerBI-JavaScript SDK problem with Azure PowerBi embedded
Thank you for your reply. I also guess something is wrong with my token. I generate the token right now with the cli tool. which is more or less the same as the node sdk. create-tokenCreates a Power...
View ArticleRe: PowerBI-JavaScript SDK problem with Azure PowerBi embedded
JWT is just the standard that PowerBI uses to generate a token that can be sent (you can paste your token on that site and see what is inside).You could manually generate the JWT, but in your case the...
View ArticleRe: PowerBI-JavaScript SDK problem with Azure PowerBi embedded
i double checked everything. Still no luck. What Version of the sdk do you use ? michael
View ArticleRe: PowerBI-JavaScript SDK problem with Azure PowerBi embedded
I use version 0.1.3 of the Node SDK server side to communicate with the Power BI Embedded APIs.So I am not using the CLI tool. I use a specific version of the JS client because of this issue with...
View ArticleRe: Power BI Embedded Roadmap
It would be very important to be able to use Direct Query with on-premise data sources. Not everyone will upload their data to the cloud. Another big improvement would be the passing of parameters to...
View ArticleRe: Replace Data Source
That's odd. The error makes it sound like you have more than one data source in that file. Can you please confirm that you only have 1? It can vary by table.
View ArticleRe: Power BI embedded for internal applications
" No, Power BI Embedded is only intended for use by external users and should not be used within internal business applications. In order to embed Power BI content for use in internal business...
View ArticleRe: Where are the "see records" columns setup?
Hi there, I have the same issue. I need to display certain columns in see records for the records to be meaningful to those I produce the reports for and right now everytime I change the columns to...
View ArticleRe: Where are the "see records" columns setup?
I need the See Records to display specific columns to be meaningful to the stakeholders I create the reports for. Currently the PowerBI seems to select random columns and after I edit the See Records...
View ArticleRe: Some embedded tiles doesn't load, others load fine
Hi Vidotom, When you say "Visual" type tiles vs Report tiles, can you clarify what you mean? Are Visual tiles the ones with static content (the dashboard tiles with and image/video/text) and report...
View ArticleRe: DAX Last Year Sales
Hi, I've also tried with SAMEPERIODLASTYEAR but the result is the same. However, I just figured out that only continuous date is valid for this case and my OrderDate isn't continuous so that's why....
View ArticleRe: Some embedded tiles doesn't load, others load fine
Hi sgheysens, Everything being rendered is a tile in Power BI. The smallest unit is the "Visual" type tile. E.g. a pie chart, or a matrix, or a table, etc. Then you can put one or multiple of them on...
View Article