Giter Site home page Giter Site logo

2023-the-oscars-nominations's Introduction

The Oscars Nominations 2023

Introduction

The Oscars also known as American Academy Awards are awards for artistic and technical merit for the American film industry and are considered by some to be the most prestigious awards in the US entertainment industry. For this visualization, I'll be using the Infographic Designer custom visual to create an isotype chart.

Visualization

  • Kept only the rows and columns needed for the dashboard

  • Sourced for Images from the Oscars website. โ€ข Created two measures.

    1. Nominations by film Nominations = COUNT(the_oscar_award[year_ceremony])
    1. Selected category (this will be used to display which category users have selected from the slicer) Selected Category =

VAR _ConCat =

CALCULATE (

CONCATENATEX (

VALUES (the_oscar_award[category] ),

the_oscar_award[category],

", "

)

)

VAR IsItFiltered =

IF ( ISFILTERED ( the_oscar_award[category] ), _ConCat, "all award categories" )

RETURN

"for " & IsItFiltered

  • I used images from the Academy Awards site and used PowerPoint to create my background.
  • I also used the WhatFont add-in to try to match fonts as close as possible
  • Used the Infographic Designer custom visual to create a bar chart. Then used one of the sourced images to turn it into an Isotype.
  • Added a slicer and styled it to match the report.
  • Added a shape because it has more formatting options to add text that informs users which categories they have selected.
  • Created a Slicer Panel
  • Used buttons to create the appearance of the slicer, and use bookmarks to make the slicer appear and disappear.
  • De-selected Data in the bookmark options.

2023-the-oscars-nominations's People

Contributors

becomingtechsis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.