Forum Discussion
Analitika
4 years agoPost Prodigy
RSS in Power BI
Hello,
I would like to ask how to retrieve all pages data using RSS and import it to Power BI?
Link: https://nasdaqbaltic.com/statistics/en/news?rss=1&num=100&issuer=.
That link contains max items, that ok, but I need to get dynamic url, because number can change and can be over 100 in the long run.
1 Reply
- AnonymousNot applicable
HI Analitika,
I'd like to suggest you parameterize the connection string with query parameters, then you can simply change the parameter to affect the data connector results.
url="https://nasdaqbaltic.com/statistics/en/news?rss=1&num="& Parameter & "&issuer="Regards,
Xiaoxin Sheng