Re: How to add a Context menu
Hey Sam, I tried to add a ContextMenu for quite some time and the only thing I was able to do is to add the basic html contextMenu. The funny thing is that it only worked in a web browser.Well anyway...
View ArticleRe: Power BI embedded supports data refresh
With direct query we can achive data refresh in embedded, but with import query still we are looking.
View ArticleRe: Issue with PowerBi javascript api
, What has been changed since your previous post? Share the correspondingcodesegment as well if possible.
View ArticleRe: shmoo plot
Hi , As far as I know, there is a document introduces how to create a custom visual which you can try: Microsoft/PowerBI-visuals. But I didn't heard any network of developers customize visuals. Best...
View ArticleRe: Power BI API – pulling data out from a visual to my web app
Thanks, - though to say driving actions out of Power BI is beyond the scope is... worrying. I would say that engendering actionability from Power BI is precisly why it it needed. From ML to R to the...
View ArticlePassing Multiple Parameter filters in Power BI Embedded
I developed an MVC application and i am able to pass one parameter in a filter dynamically to PowerBI embedded which is working.ie $filter={table1/column}. However I want to be able to pass multiple...
View ArticleChange chart or report background color based on the user
Hi All, How to change chart or report background color based on the user. We have one report in our application and integrated same in an external application using Rest API. We have different clients...
View ArticleMonitoring and analyzing power reports's usage and performance
Hi All, We have multiple Power BI reports in our application. Different users have access permissions to these reports. We need to Monitoring and analyzing power reports' usage and performance. How can...
View ArticleBuild data service with authentication for powered
Hi Guys, I hope I can find an answer here regarding to our problem. We are creating a Power BI extension using Power Query or "M" that will be available in the list of services when you use Get Data in...
View ArticleRe: How to grant others users to schedule refresh the data in Power BI
Thank you, Qiuyun_Yu! I did grant the my colleague as Admin. The issue is that when click the Dataset, he can NOT see the features as me, such as "SCHEDULE REFRESH" and "REFRESH NOW". Any...
View ArticleRe: How to export the dashboard into Excel or other file
,Thanks for your suggestion. My question is how to export the dashboard which is generated from the natural language function(Q&A) as shown below. BUT NOT the dashboard pinned from the report
View ArticleRe: Monitoring and analyzing power reports's usage and performance
The only monitoring can be done in the Power BI Service under Settings - Admin Portal. In order to see this, you need to be an O365 admin or tenant admin. I believe if you are embedding from the...
View ArticleRe: Power BI API – pulling data out from a visual to my web app
I'd say that "beyond the purpose" is my personal understanding.Actually the Power BI API has provided the features of creating a dataset and pushing data, maybe reading the data is on the way, you...
View ArticleRe: Monitoring and analyzing power reports's usage and performance
: We are not using Power BI Embedded for an external customer. We have integrated report in external application using Power BI Rest API.I hope admin tool resolves my problem. Anyway thanks for info
View ArticleHow to insert custom javascript and css file into Power BI report?
Hi All, Can we insert our custom JavaScript and CSS file into Power BI report? If yes, Could you please provide us steps to do that. Why am I looking for this is due to the following reason? We have a...
View ArticleRe: simple calculation based on aggregate value reg,.
Eric!Thanks for that solution. It worked for me
View ArticleRe: How to use Power BI Rest API without interface logging get access token
AFAIK, there's no way. To get the token, you would have to log in the azure AD, namely the login interface. If you don't like to log in, consider using Power BI Embedded rather than the REST APIs.
View ArticleRe: How do you use the API to import a PBIX to a group workspace?
The workspace is different thing in Power BI Embedded.To import PBIX to a group, try below url, it works in my testhttps://api.powerbi.com/v1.0/myorg/groups/{groupid}/imports
View ArticleRe: Passing Multiple Parameter filters in Power BI Embedded
It is impossible to pass more than one filter that way, as far as I know. You can check the advanced filter in the newly released JS API, see Introducing the new Power BI JavaScript API.
View Article