Issue Type
What happened?
IN the v2 version of the PBIT file it gives an error when loading the data into the CSVs.
It is scraping the wbepage There is a garbled date in the SQL Server 2017 table https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates#sql-server-2017
On the final row of the table (14.0.1000.169) it says the release date is "RTM NA SeptGDR for SP3ember 29, 2017" when it should be in the proper date format of "September 29, 2017". This is what is causing the query to fail
If you are able to get the MS learn team to update the source then that would be ideal but you should also have error handling so if it happens again a generic date appears and the functionality still works
We need a URL
https://github.com/Azure/arc_jumpstart_drops/blob/main/ui_dashboard_workbook/arc_pbi_dashboard/arc_insights_dashboard_jumpstart_V2.pbit
Relevant log output.
DataFormat.Error: We couldn't parse the input provided as a Date value.
Details:
SeptGDR for SP3ember 29, 2017
Code of Conduct and Licensing
Issue Type
What happened?
IN the v2 version of the PBIT file it gives an error when loading the data into the CSVs.
It is scraping the wbepage There is a garbled date in the SQL Server 2017 table https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates#sql-server-2017
On the final row of the table (14.0.1000.169) it says the release date is "RTM NA SeptGDR for SP3ember 29, 2017" when it should be in the proper date format of "September 29, 2017". This is what is causing the query to fail
If you are able to get the MS learn team to update the source then that would be ideal but you should also have error handling so if it happens again a generic date appears and the functionality still works
We need a URL
https://github.com/Azure/arc_jumpstart_drops/blob/main/ui_dashboard_workbook/arc_pbi_dashboard/arc_insights_dashboard_jumpstart_V2.pbit
Relevant log output.
Code of Conduct and Licensing