Introduction
This week’s challenge is provided by Guest Contributor Ben Ferry aka Power BI Guy.
Requirements
Power Query
- Transform data (hint unpivot and reduce the number of columns)
- Load Data
Power BI Desktop
- Create a Measure for the Sum of the values column
- Create a measure to rank the characters based on the measure you just created.
- Create a field parameter to choose between Rank and Value (the two measures you just created in steps 1 and 2
- Create a single selection Slicer for the field parameter
- Get the Chiclet slicer from ‘Get more visuals’
- Create a Chiclet Slicer for the Character Class
- Create the visuals
- Create a bookmark to show Rank in Visuals
- Ensure bookmark does not impact chiclet slicer for ‘class’
- Ensure the bookmark keeps Y axis sorted ‘Class’ ascending
- Ensure bookmarks don’t change ‘display’
- Create a bookmark to show Values in Visuals
- Ensure bookmark does not impact chiclet slicer for ‘class’
- Ensure the bookmark keeps Y axis sorted ‘Rank’ ascending
- Ensure bookmarks don’t change ‘display’
- Assign a button navigator to the bookmark
- Set slicer to hidden
- Add a Mario Kart background image if it pleases you!
- Extra points if you can create any/all of the visuals with Deneb!
Dataset
The dataset this week can be viewed
https://raw.githubusercontent.com/woodnathan/MarioKart8-Stats/master/characters.csv
Share
After you finish your workout, share on Twitter using the hashtags #WOW2023 and #PowerBI, and tag @MMarie, @shan_gsd, @KerryKolosko, @PowerBIguy. Also make sure to fill out the Submission Tracker so that we can count you as a participant this week in order to track our participation throughout the year.
Solution
Solution File available for download via Data Stories Gallery