Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I'm trying to build a simple report based upon data published on a website. Here is what I want to achieve
I tried few things like:-
Questions:-
Appreciate any pointers. Thanks in advance!
Hi @Anonymous ,
which URL do you use to get the data?
Regards FrankAT
Couple options.
One, create a new query. Disable refresh on the original query. Create an Append query as New that appends the new query to the original query.
Or, download the files to a folder every day. Use a Folder query.
Option#1: Based upon what I could try, I could see my append query's data was also got overwritten during refresh, which I didn't want. Is it really an option? May be I didn't implement it the way it shoud have.
Option#2: I did some further lookup and found that this is probably the right way to do this, have my own little staging and transformation layer (add time series attribute) and then have PBI connect to this layer.
Thanks.