Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hey there!
So I've got following issue:
I'm fetchting tables from a website. So far so good, but these are categorized into different categories which can be parameterized in the URL. Also those tables have multiple pages, which also can be parameterized in the URL.
I created a table for the categories to use a function to invoke all tables on the categories on a flat table basis.
I also created a list for the pages {1..100} so that I can also use a function to "iterate" over those.
I'm able to invoke the tables to categories, also the tables to the page numbers.
But where I fail is to get both steps in one query. I haven't been able to succeed over two steps - doing one thing and then the other - because I can't expand a function.
I feel like drawing a blank. Someone please have mercy and help me here 🙂
Solved! Go to Solution.
Thanks for the link!
Acutally I believe I have to write a multi step query and found a solution of Imke:
https://community.powerbi.com/t5/Desktop/Web-scraping-advice/td-p/330414
I will report back, when I tried this out 🙂
Hi @Anonymous ,
Hope this case can help you.
Thanks for the link!
Acutally I believe I have to write a multi step query and found a solution of Imke:
https://community.powerbi.com/t5/Desktop/Web-scraping-advice/td-p/330414
I will report back, when I tried this out 🙂
Forgot to mention the way the query is supposed to look like:
| Category No | Table Page No | Date of Entry | Facts of Entry | More Facts of Entry |
Thanks for any idea!
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 15 | |
| 8 | |
| 6 | |
| 5 | |
| 5 |