Forum Discussion
Handle start end date in URL
Is there a way to list ALL contents and list per date in a column instead of date range together please?
let
Source = Web.BrowserContents("https://trendlyne.com/equity/calendar/all/all/?start_date=2021-11-09&end_date=2021-12-08&corporate_actions=Results"),
#"Extracted Table From Html" = Html.Table(Source, {{"Column1", "TABLE[id='DataTables_Table_0'] > * > TR > TH[colspan=""1""]
- Anonymous4 years ago
Hi Anonymous ,
Please have a try.
Click on Transform Data>>Home>>Advanced Editor.
Then change the start date and end date.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- AnonymousNot applicable
Hi Anonymous ,
I don't quite understand what you mean. I have got the tables from the Web. However, it is the specific date. Look like the following pictures.
Please provide some specific data and expected output.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Thanks. To clarify the quest - is there a way to get data for past dates besides what shows on screen?
- AnonymousNot applicable
Hi Anonymous ,
Please have a try.
Click on Transform Data>>Home>>Advanced Editor.
Then change the start date and end date.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.