Re: Two date field to one date field
You could use two slicers or two filters one for RegDate and one for FtdDate and set them both to the same value...
View ArticleRe: Passing language while embedding the report
AKAIK, there's no such language parameter. If you're talking about the measure names, data columns names etc, then create individual reports in different languages and embed them accordingly.
View ArticleR graphs not published in the service
Are there currently any issues with the R graphs not working in the service (or in an embedded application)? I have created a simple R graph that runs in the desktop but when I publish it in the...
View ArticleRe: JavaScript API - Data Selection Events - Catch Deselect Event
JohnKris wrote:Hi,great work with the JavaScript API! With reference to Scenario 7: Data Selection in the Power BI JavaScript API demo. We have successfully managed to embed our report and catch...
View ArticleRe: event.detail object does not give me dataPoints values
JohnKris wrote:Thanks for the update. Two questions:1. Could you ask the development team for a date/week as to when the **values** array will be fixed?2. Is it possible to catch deselect event? (when...
View ArticleRe: JavaScript API - Data Selection Events - Catch Deselect Event
Thank you for your reply.After I created this post we actually managed a workaround, almost by accident. We catched the "deselect" event by using the error handler event. See image, we get "error:...
View ArticleIssue in adding Library files in tsconfig
We have all library files loaded from a local host source.But I want those library function source to be added in ts config file.So, I tried adding Jquery and Jquery UI custom libraries, which on...
View ArticleStreaming Dataset vs Power BI Rest APIs
hi, what is the difference between Power BI Streaming Datasets and REST APIs? -- Ragu Thangavel
View ArticleDoubt about RestAPI Real time data
Hi, i want to use Power BI REST API to get reports on my account and show them on my web app. My doubt is:When a user access to my app and see the iframe with report obtained by C# code, will it be...
View ArticleRe: Custom Visual HTLM formatted text viewer - Missing Menu Selection option...
, Thanks for taking a look. The version we are running is: 13.0.1700.899 The desktop version I am running is: 2.41.4581.361 Thanks, Jason
View ArticleRe: Streaming Dataset vs Power BI Rest APIs
You can use the REST API's to create a Streaming Dataset:https://powerbi.microsoft.com/en-us/documentation/powerbi-service-real-time-streaming/
View ArticleStream Dataset for local SQL Server Database Query
Hi, how to create Power BI Stream Datasets and Push Data from local SQL Server Query Data to that Stream datasets. -- Ragu Thangavel
View ArticleMigrate Existing Custom Visuals from DevTools to Visuals API
Hello Team, We have built some custom visuals using DevTools and published those in Power BI Custom Visual Gallery.As DevTools are deprecated now, we want to migrate all our custom visuals to Visuals...
View ArticleRe: Stream Dataset for local SQL Server Database Query
It would require quite some coding skill. You can find the API sample to push data to your stream dataset in Power BI service. Then you can query your databases and send data via a http request in any...
View ArticleRe: Doubt about RestAPI Real time data
It should be real time, check the first paragraph at What can developers do with Power BI? And I don't notice some latency when embeding report via Power BI REST API. Hi, i want to use Power BI REST...
View ArticleRe: Doubt about RestAPI Real time data
Thank you so much! I have another question:Can i use the same user on my Azure AD configured on my C# code (same access token every time) to get reports and then show them on my app iframe to public...
View ArticleRe: Doubt about RestAPI Real time data
kadee15 wrote:Thank you so much! I have another question:Can i use the same user on my Azure AD configured on my C# code (same access token every time) to get reports and then show them on my app...
View ArticleRe: Filtering in real time dashboard.
tringuyenminh92 wrote:Hi @AlexL, Uncheck all filters, so you could have all products, then pin it. (when you create stream dataset, dataset will be genereated in PBI service and you could design report...
View ArticleRe: Filtering in real time dashboard.
Hi , sorry to say that you are not correct. I will show report page that created from stream dataset when I back home ^_^
View ArticleRe: Filtering in real time dashboard.
Hi , Go to Stream data setting, in Action area, there will be a "Create Report" option. This is the reason that i support idea DAX in PBI service cause i could not get the latest row and ignore...
View Article