Re: Angular 2 and Power BI Embedded
gauz09 wrote:I spent quite a lot of time figuring this out. Hope this will save some time for somebody! P.S. - Your secured token for the report expires after some time. Don't know the default. I...
View ArticleRe: Angular 2 and Power BI Embedded
Actually you can generate some token never expiring, though not recommended. Check power-bi-embedded-integrate-report-into-web-app. var embedToken =...
View ArticleRe: Linear/Regression Models in PowerBI using R
I think this link Dynamic Forecasting With Power BI And R may help, though I don't have that experience.
View ArticleRe: How to add power bi reports into my personal erp software
Hi , The report used Publish to web can be interacted and data also can be refreshed. See: How it works (technical details). Best Regards,Qiuyun Yu
View ArticleRe: Hierarchical layout on Network Navigator custom visual
Meanwhile you can sumbit a request at the Power BI Ideas.
View ArticleRe: JavaScript API: Custom visuals not rendering
Could you share any custom visual that can reproduce the problem?
View ArticleRe: PowerBI Dashbords with querystring filters?
Why parameters? Have your read Row Level Security(RLS)?
View ArticleRe: How to disable an api call?
Hi Imke, Many thanks for getting in touch. I have a table that contains a field called 'Reviews' - this field contains text received from a customer survey. What I'm doing is to call the Azure...
View ArticleCalculating moving average
Hi, I'm trying to calculate the moving average over the past year for every month. I have formed a table with 4 columns:Jaarmaand = year+"-"+monthAantal oorzaken = count of a certain event (this is the...
View ArticleRe: Sample UWP App using Power BI Embedded API?
, did y'all get this working? Seems like the UWP app needs to have a WebView control which talks to an MVC site and then basically works just like a website. Did y'all figure out a better way to handle...
View ArticleRe: Finally, my first viz!
BTW I took a look at your code and found it was a good starting initiative. However I noticed an error in your update method structure cause the chart to constantly add a new layer as you resized it. I...
View ArticleRe: Step 2 in Sample "Push dat to Azure by Adam Saxton :AcquireToken will...
Hi, I got as far as the last step in this example: adding rows to the dataset.Greated the token, created the dataset en got back the datasetID.When adding the rows I got the error-message in Visual...
View ArticleRe: PowerBI embedded and Angular
Thanks for the sharing. I have tried to make you project work with no succcess. Do you have a more complete sample project then the one in GitHub. The code is looking in the api folder for some...
View ArticleRe: Calculating moving average
Hi, For me, this works: Assuming a table with columns Date and Amount, the calculated column below does the job :Amount MAVG =var sdate=Min(Amounts[Date])+365var d = 'Amounts'[Date]var d365 =d-365var...
View ArticlePower bi javascript api data refresh
How do u refresh data in power bi javascript api when using direct query ?There used to be a refresh function, now it is removed.
View ArticleRe: Power BI embedded supports data refresh
I have the same problem. I am using import query and cannot ask the customers to regenerate the report daily and upload. Is there a way either to automate that process or refresh the data? Tx.
View ArticleImport pbix with choosing an enterprise gateway
Hello everyone,I have an analysis services data source, working with enterprise gateway. I want to write a code that will import a load of pbix files into a specific group, without any additional...
View ArticleRe: Finally, my first viz!
ahhh fantastic, I meant to come back and correct that error (it was obvious when you resized the object) but completly forgot about it!
View ArticleRe: Click and drag data selection
I guess it is possible as in Javascript but would be quite a challenge. What is the purpose in your case? By the way, you could do multiple selection by pressing "Ctrl" button.
View Article