Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
jmillsjmills
Helper III
Helper III

Web Scraping - CSS Selectors and Attributes

Hello,

 

I am hoping one of you kind forum folk can help me. I can't say I know too much about coding, but I feel like I am close! Essentially, I would like "Column1" to return the numeric value of the "data-event-id" attribute - so the first row should be 2710602.

 

At the moment my code says {"Column1", ".event", each[Attributes][href]} for populating that first column... But when I switch it to {"Column1", ".event", each[Attributes][data-event-id]} it returns an error that it cannot even define.

 

Am deliberately using the new Power BI desktop feature which can handle non-HTML tables and convert them. I know the rest of the script works: in other columns, I can already pull back text strings like 12.00PM, Jahn Regensburg and Darmstadt 98 in the above code with the respective CSS selectors: .time, .team1 and .team2.

 

As I say, just need to find a means of pulling back the ID string held within the "data-event-id" attribute, but I can't quite get there. Was also trying to use this tutorial (hence originally having [href] in the above).

 

0tovyn3xw5351.pnga0zaszd8w5351.png

1 ACCEPTED SOLUTION
mwegener
Most Valuable Professional
Most Valuable Professional

Hi @jmillsjmills ,

 

use this.

{"Column1", ".event", each [Attributes][#"data-event-id"]}

 

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials


View solution in original post

4 REPLIES 4
V-lianl-msft
Community Support
Community Support

Hi @jmillsjmills ,

 

You can also refer to this:https://ssbipolar.com/2018/10/27/web-scraping-with-html-table-in-power-query/ 

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you!

mwegener
Most Valuable Professional
Most Valuable Professional

Hi @jmillsjmills ,

 

use this.

{"Column1", ".event", each [Attributes][#"data-event-id"]}

 

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials


That is fantastic - thank you so much!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors