Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEANot as difficult as I expected.
My solution:
Json Parse made this straightforward
Solution without using JSON and Regex:
Step1: Use text-to-column to split the data on basis of delimeters (:,)
Step2: Use replaceChar in formula to remove all the unnecessary special characters
Step3: Summarize on the basis of Year-Month and average the required parameters.
Step4: Sort the data and use the output again to Summarize the median for both the parameters.
Did some fancy schmancy new (to me) things! Pretty cool!