The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
04-22-2019 23:06 PM
This visualization showcases a "Bump Chart" using Power BI, which displays ranking over time. While each cruise line has a different number of active ships and several varying routes, how do they rank relative to each other when it comes to the distance that each line logs each year?
eyJrIjoiOWY0ODlhMmYtODBhMi00MDcxLTllODMtYTZkZGU3NTlkNTY1IiwidCI6ImFjYzhhYWE1LWYxOTEtNDgyZi05MjFiLWNmNmMzM2E1ODgzMiIsImMiOjF9
Great chart! Reminded me about my dream about world wide cruise.There are many decent cruises sites , I guess I will try services of Cruisedirect or may be Carnival.
Great Dashboard,
Can you share the Pbix file please?
thanks,
Nice! Is this a standard line chart visualization or some custom made one?
Regards
This uses the standard line chart with markers. You need to have the Axis be categorical to get the markers option. For the ranking, I used a measure similar to this one:
=RANKX(ALLSELECTED('Table'[Cruise Line]),CALCULATE(SUM('Table'[meters_traveled])))