Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi All,
and @v_lid_msft
I'm trying to scrap data from flat renting/selling website
Bellow is the total list of all features and HTML "data-name" that flat can have in that web site
Features data-name
"Балкон остеклен" flat.balcony_g
"Дверь" flat.door
"Телефон" flat.phone
"Интернет" inet.type
"Парковка" flat.parking
"Мебель" live.furniture
"Пол" flat.flooring
"Потолки" ceiling
"Безопасность" flat.security
"В прив. Общежитии" flat.priv_dorm
"Разное" flat_options
But ad can contain less features, example is below.
https://krisha.kz/a/show/54195634
= Html.Table(Source, {{"Tel", "DL:nth-child(1) > DD"}, {"Парковка", "DL:nth-child(2) > DD"}, {"Без", "DL:nth-child(3) > DD"}}, [RowSelector="DL:nth-child(1) > DD"])
But the thing is, if in the next ad another owner added "flat.balcony_g" or "flat.door" feature/s then everything will be filled one by one, it is not right. Example how it is and how it should be below:
I tried to excess to the right data and stick data by doing following:
= Html.Table(Source, {{"Tel", ".offer__parameters >dl> [data-name=""flat.phone""]"}}, [RowSelector=".offer__advert-title"])
But I can get only "Телефон", and cant find solution to access to "отдельный"
Please help with this
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
8 | |
7 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |