The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
Can I use a named range in excel or a table to define a stock symbol and then incoporate this into a webquery using power bi?
A good example would be https://finviz.com/quote.ashx?t=INTC&p=d
where INTC would be in a cell with a named range or in a table? I can't quite figure out how to combine a web query with a named range.
Thank you SE
Hi @se2 ,
You can add a custom column to connect the base URL of a web query with a ticker symbol column
“https://finviz.com/quote.ashx?t=” & [YourColumnName] & “&p=d”
"[YourColumnName]" is replaced with the actual name of the column that contains the ticker symbol.
Then use the Web data source in Power BI to extract data for each URL.
Below is the official link:
Connect to a webpage from Power BI Desktop - Power BI | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for this. But, I don't understand how to add in a particular ticker symbol?
User | Count |
---|---|
82 | |
81 | |
36 | |
32 | |
32 |
User | Count |
---|---|
93 | |
79 | |
62 | |
54 | |
51 |