Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #454: An Era of Costumes

binuacs
21 - Polaris
Spoiler
image.png
mark-spain
9 - Comet

I found this question very difficult to interpret and it was only after re-reading it a few times that the keywords "costume combination" hit me - don't get caught up worrying about the 9 acts, that part of the question seems to be irrelevant. 

 

Spoiler
I have Transposed the costume data to rows and removed costumes that were not worn in each show. Then to find the 'costume combinations' I have grouped by city and concatenated the costume strings. By then using a Summarize tool, I find the combinations that appear more than once (1 combination). This is then split to rows and parsed out to get the Era, Type and *Colour* of the costume. I then join to the URL data before making the API Calls to reduce the amount of calls required and then convert the downloaded blob files to image report objects and add the text.

Community Challenge 454 Solution.png

 

Archit_11
6 - Meteoroid
Spoiler
454.png

Dev73
8 - Asteroid

Great Challenge 

Spoiler
challenge 454 _1.jpgchallenge 454 _2.jpg

 

Tyro_abc
11 - Bolide

💃

 

tammybrown_tds
9 - Comet

I like Taylor, but am looking forward to hearing less about her now that the tour is over.

 

Spoiler
Screenshot 2024-12-27 152459.png
nSpire
9 - Comet
Spoiler
454.png

ARussell34
8 - Asteroid

Per usual, took me a minute to understand what was being asked, but got the output for the two tasks. This was a good one!

AR_454.png

Reesetrain2
9 - Comet
9 - Comet

My Solution!

Spoiler
Screenshot 2024-12-30 155337.png

Sebastian_Chaieb2
10 - Fireball
10 - Fireball

I'm not a fan of Taylor but the task is very fun :)

 

Spoiler
454.png