• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

6464 Flexibility courses

Fulham 3-4 Years Beginner Ballet Dance Classes - Saturdays at 14:15pm in Studio 1

By Knightsbridge Ballet

Children's Beginner Ballet classes in Fulham, London for kids aged 3-4 years old. Book ballet and dance lessons with Dakoda's Dance Academy.

Fulham 3-4 Years Beginner Ballet Dance Classes - Saturdays at 14:15pm in Studio 1
Delivered In-PersonJoin Waitlist
£14.50 to £162

Vectorworks Night Training Courses

By ATL Autocad Training London

Why Choose Vectorworks Night Training Courses? Flexibility: Learn around your work schedule. Personalized Attention: Small classes for focused guidance. Practical Learning: Hands-on training for immediate application. Convenience: Balance work and learning seamlessly. Check our Website Training Duration: 10 hours. Approach: Personalized 1-on-1 Training and customized training. Timings: Schedule a convenient hour, Mon to Sat, between 9 am and 7 pm. Course Outline: Mastering Vectorworks Basics I. Introduction to CAD and Vectorworks Software Understanding the role of Computer-Aided Design (CAD) in modern workflows. Comprehensive introduction to Vectorworks software. II. Workspace Setup and Fundamental Options Configuring the workspace for efficient navigation and operation. Exploring basic options to enhance user experience. III. Basic Skills in Drawing and Object Selection Mastering fundamental drawing techniques. Expertise in selecting and manipulating objects. IV. Advanced Editing Techniques Combining shapes, mirroring, rotating, and grouping objects effectively. Working with precise scaling, preferences, and templates. V. Detailed Object Manipulation and Attributes Drawing and moving objects accurately within the design space. Utilizing advanced editing tools like fillet and offset. Introduction to basic attributes and group editing. VI. Advanced Drawing Techniques and Graphics Creating room plans with walls, windows, and doors. Implementing graphic elements such as hatching, gradients, and image fills. Drawing elevations using various methods and techniques. VII. Resource Management and Design Layers Importing images for graphic illustration. Creating symbols and navigating the Resource Browser. Organizing the drawing effectively using design layers. VIII. Labels, Annotations, and User Interface Mastery Labeling drawings and incorporating simple title block text. Navigating the user interface, understanding key terminologies. Plotting, printing, creating sheets (A1, A2, A3), and working with viewports. IX. Advanced Object Manipulation and Customization Converting drawings into PDF files. Efficiently working with files, objects, and data. Utilizing object snaps, quick selection, division, and measurement. X. Dimensioning, Text, and Tool Palettes Implementing dimensioning and annotations effectively. Working with text, custom tool palettes, and organizing these palettes. Creating standard views and additional drawing objects (Arc, Donut, Ellipse). XI. 3D Modeling Introduction and Real-World Units Introduction to 3D modeling, focusing on creating extrudes. Working with real-world units for accurate representation. XII. Advanced Object Manipulation and Exporting Manipulating objects, changing object angles, creating mirror images. Dealing with architectural elements like walls, doors, windows, and floors. By the end of the Vectorworks Evening Training Course, participants will: Demonstrate proficiency in using the Vectorworks interface, tools, and navigation. Create and edit 2D drawings, including walls, doors, windows, floors, ceilings, stairs, and railings. Effectively manage layers, classes, and views for organized and controlled object placement. Create and edit dimensions and annotations for accurate measurements and documentation. Develop skills in creating, modifying, and utilizing symbols for increased efficiency. Generate and edit 3D geometry, apply textures, and create sections and elevations from 3D models. Create polished presentation drawings using viewports, annotations, and text for clarity. Summarize course content and confidently apply learned skills in Vectorworks projects. Utilize available resources for further learning and professional development. Who Should Attend? Perfect for those aiming to master Advanced 2D Plans, Sections, Elevations and Construction detailing, lighting, and rendering in Vectorworks. Schedule Flexibility: Book personalized 1-on-1 sessions, Monday to Saturday, 9 a.m. to 7 p.m. Split 10 hours to fit your schedule. Method: Choose in-person or Live Online 1-on-1 sessions with tailored content and individual support, including Zoom options. Why Vectorworks? A pioneering CAD software, Vectorworks seamlessly integrates 2D and 3D capabilities, making it ideal for architects and designers. Free Educational Access: Students and professors can access a complimentary Vectorworks Designer license via the Academic Portal. Explore Vectorworks: Transform your designs with Vectorworks, the leading 2D, 3D, CAD, BIM software. Download or try now: https://www.vectorworks.net Tailored Training Solutions: We offer customized and project-focused training programs, designed to meet your specific needs and goals. Individualized Coaching: Receive personalized one-on-one guidance tailored exclusively for you. Adaptable Timings: Choose training slots that align with your schedule, ensuring flexibility in your learning journey. Ongoing Assistance: Access continuous post-course support to enhance your understanding and resolve queries. Comprehensive Learning Resources: Receive detailed materials providing in-depth insights for effective learning and reference. Recognition of Participation: Earn a Certificate of Attendance upon completion of your personalized training. Affordable Learning: Benefit from cost-effective rates, making quality education accessible to all. Software Setup Guidance: Get expert assistance in setting up your software on your devices for seamless learning experiences. Rewards for Referrals: Recommend our courses to others and enjoy special rewards for each successful referral. Group Learning Benefits: Enjoy exclusive discounts when you opt for group training, making it an ideal choice for teams. Convenient Hours of Operation: Access our training services at your convenience, with operating hours extending to accommodate your busy schedule. Tailored Learning Paths: Experience courses curated specifically for your needs, ensuring targeted and effective learning outcomes.

Vectorworks Night Training Courses
Delivered in London or OnlineFlexible Dates
£360

Introduction to DAX for Power BI

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This course is intended for business users who have been using Power BI to build analytic solutions and are ready to take advantage of the power and flexibility that DAX provides. Learning DAX is a very common 'next step' for experienced Power BI users. Overview At course completion, you should be able to describe DAX syntax, data types, and errors use DAX to create calculated columns, measures, and tables explain how DAX calculations are evaluated, along with the differences between row context and filter context configure and use Time Intelligence to perform common time-based calculations, for example to-date calculations, year-over-year analysis, moving averages, etc. create calculated columns and measures that use data from multiple tables in the data model write measures that handle error conditions gracefully use DAX to enhance the Power BI user experience use DAX Studio to connect to a Power BI data model and execute simple queries Welcome to Introduction to DAX for Power BI. This two-day instructor-led course is intended for business users who have been using Power BI and want to use DAX to create custom calculations in their data models. In this class, you will be introduced to using Data Analysis Expressions (DAX), which is the expression language that is used to create custom calculations in the Power BI Data model. The course covers some of the theoretical underpinnings of the data model and the DAX language, but the emphasis is on using DAX to solve common business problems. You will learn how to write your own calculated columns, measures, and tables, how to visualize the way Power BI computes DAX calculations, and how to troubleshoot custom code. MODULE 1: GETTING STARTED WITH DAX INTRODUCTION TODAX CREATING OBJECTS WITHDAX CONTEXT AND RULES OF EVALUATION VARIABLES,COMMENTS,AND TESTING MODULE 2: PERFORMING BASIC CALCULATIONS GETTING STARTED IMPLICIT MEASURES ADDING QUICK MEASURES WORKING WITH DAX DATA TYPES . DOING BASIC MATH USING LOGIC IN YOUR CALCULATIONS USING THE IF() FUNCTION NESTED IF() USING THE SWITCH() FUNCTION ADVANCED SWITCH() LOGICAL OPERATORS & FUNCTIONS: ||, OR(), &&, AND(), NOT() AGGREGATING AND SUMMARIZING DATA THE SUM() FUNCTION MODULE 3: WORKING WITH CONTEXT IN THE DATA MODEL CONTEXT DEFINED DATA MODELING BASICS INTRODUCTION TO DIMENSIONAL MODELING RELATIONSHIPS AND THEIR EFFECT ON THE EVALUATION CONTEXT GETTING DATA FROM OTHER TABLES USING RELATED() AND RELATEDTABLE LOOKING UP DATA WITHOUT USING RELATIONSHIPS MODIFYING THE CONTEXT USING CALCULATE() MODULE 4: PERFORMING MORE ADVANCED CALCULATIONS THE DAX ITERATOR FUNCTIONS USING TABLE MANIPULATION FUNCTIONS MODULE 5: WORKING WITH TIME PERFORMING DATE CALCULATIONS WORKING WITH DATE TABLES GENERATING A DATE TABLE WITH THE CALENDAR() FUNCTION DEFINING CUSTOM OPERATING PERIODS YTD, QTD, AND MTD CALCULATIONS CUSTOM TO-DATE CALCULATIONS FINDING YEAR-OVER-YEAR CHANGE FINDING MOVING AVERAGES MODULE 6: ENHANCING THE USER EXPERIENCE CONTROLLING VISIBILITYOF YOUR MEASURES USING WHAT-IF PARAMETERS ADDING BANDING USING DAX TO PROVIDE ROW-LEVEL SECURITY

Introduction to DAX for Power BI
Delivered OnlineFlexible Dates
£900

Data storytelling

By Fire Plus Algebra

Data has become the most important resource for every organisation – but the insights gained from data analysis will only ever be truly valuable if they can be clearly expressed to other people.  This course is for anybody who works with data, and needs to communicate the meaning that's in the numbers to colleagues, customers, bosses or external stakeholders.  It will give you or your team the confidence and skills to translate raw data into compelling visual stories for your key audiences. The principles and skills covered apply to the simplest PowerPoint chart, to more complex interactive visualisations.  We’ll work with you before the course to ensure that we understand your organisation and what you’re hoping to achieve.  Sample learning content Session 1: What makes a great data-driven story The key elements of a successful infographic or presentation. Industry best practice, and discussion of good (and bad) examples. A simple framework for identifying the Audience, Story and Action. Session 2: Data in context How to balance function and aesthetic appeal. Identifying the right graph, chart, infographic or other visual. Framing the data and providing contextual information. Session 3: Designing for the human brain Using colours to add emphasis and meaning. Design and layout principles, and creating hierarchies of information. The principle of ‘self-sufficiency’, and removing clutter. Session 4: Navigation and narrative Tailoring visualisations for different types of communications. Structuring presentations and longer reports. Thinking in layers to create interactive dashboards. Delivery We deliver our courses over Zoom, to maximise flexibility. The training can be delivered in a single day, or across multiple sessions. All of our courses are live and interactive – every session includes a mix of formal tuition and hands-on exercises. To ensure this is possible, the number of attendees is capped at 16 people.  Tutor Alan Rutter is the founder of Fire Plus Algebra. He is a specialist in communicating complex subjects through data visualisation, writing and design. He teaches for General Assembly and runs in-house training for public sector clients including the Home Office, the Department of Transport, the Biotechnology and Biological Sciences Research Council, the Health Foundation, and numerous local government and emergency services teams. He previously worked with Guardian Masterclasses on curating and delivering new course strands, including developing and teaching their B2B data visualisation courses. He oversaw the iPad edition launches of Wired, GQ, Vanity Fair and Vogue in the UK, and has worked with Condé Nast International as product owner on a bespoke digital asset management system for their 11 global markets.
 Testimonial “I was familiar with Alan’s work as a Guardian Masterclass instructor on data visualisation and digital journalism, which made it easy for me to recommend him for onsite training at the Liverpool School of Tropical Medicine. We had a large group of people interested in honing their abilities to depict their research and stories in engaging ways. Alan’s course provided great insight about common communication pitfalls and how to avoid them, how to become better communicators by understanding the audience diversity, and it showcased some great online tools for creating infographics. This should be mandatory training for all students, academics, report writers and those involved with conveying research to the media as it will help increase the clarity and accessibility of our own research stories.”
 Dr Lee Haines | Liverpool School of Tropical Medicine

Data storytelling
Delivered OnlineFlexible Dates
£2,405.97

Fulham 6-7 Years Primary RAD Ballet Dance Classes - Saturdays at 13:30pm in Studio 1

By Knightsbridge Ballet

6-7 Years Primary RAD Ballet dance classes in Fulham, London for kids aged 6 to 7 years old. Primary RAD Ballet dance lessons with Dakoda's Dance Academy & Knightsbridge Dance.

Fulham 6-7 Years Primary RAD Ballet Dance Classes - Saturdays at 13:30pm in Studio 1
Delivered In-PersonJoin Waitlist
£14.50 to £162

Fulham 4-6 Years Pre-Primary RAD Ballet Dance Classes - Saturdays at 12pm in Studio 1

By Knightsbridge Ballet

Pre-Primary RAD Ballet dance classes in Fulham, London for kids aged 4-6 years old. Pre-Primary RAD Ballet dance lessons with Dakoda's Dance Academy & Knightsbridge Dance.

Fulham 4-6 Years Pre-Primary RAD Ballet Dance Classes - Saturdays at 12pm in Studio 1
Delivered In-PersonJoin Waitlist
£14.50 to £162

The VTCT Level 3 Certificate in Assessing Vocational Achievement (Hairdressing)

4.8(16)

By Kleek Academy

Obtain The Assessor's Qualification through our comprehensive teaching and assessing courses at Kleek Training. Develop the skills and knowledge needed to effectively assess learners. Enquire today!

The VTCT Level 3 Certificate in Assessing Vocational Achievement (Hairdressing)
Delivered in Colchester + 1 more or OnlineFlexible Dates
£1,000

Dance & Yoga 1/2 Day Retreat

By Latin Soul

Dance & Yoga Half Day Retreat

Dance & Yoga 1/2 Day Retreat
Delivered In-PersonFlexible Dates
£100

PRINCE2 Agile® Foundation

By Career Smarter

PRINCE2 Agile® Foundation, a comprehensive program integrating PRINCE2 with agile methodologies. Learn foundational principles for successful project management, combining flexibility and structure. About this course £696.00 16 lessons Accredited training Certificate of completion included Exam inlcuded Course curriculum IntroductionIntroduction Module 1Lesson - Understand Key Concepts Relating to Projects & PRINCE2Test Your Knowledge Quiz Module 2Lesson - Understand Key Concepts Relating to Projects and PRINCE2 AgileTest Your Knowledge Quiz Module 3Lesson - Understand how PRINCE2 Principles, Themes, Processes and Management Products are Tailored and/or Applied in an Agile ContextTest Your Knowledge Quiz Module 4Lesson - Understand the Agile Ways of Working, Key Terms and TechniquesTest Your Knowledge Quiz Module 5 Lesson - Understand the Focus Areas in an Agile Context Test Your Knowledge Quiz The PRINCE2 Agile® courses on this page are offered by ITonlinelearning ATO/Affiliate of AXELOS Limited. PRINCE2 Agile® is a registered trademark of AXELOS Limited. All rights reserved.

PRINCE2 Agile® Foundation
Delivered Online On Demand3 hours
£696

Agile Practices for All Projects: On-Demand

By IIL Europe Ltd

Agile Practices for All Projects: On-Demand Agile methods are becoming increasingly prevalent, and have facilitated projects in reducing time to market, being adaptive to changing customer requirements, and increasing value to customers and organizations. These benefits have been implemented in both IT and non-IT environments to help all types of projects. This course will present key Agile techniques and processes that can be readily incorporated into your projects to enable greater flexibility and higher productivity, while maintaining the traditional project lifecycle framework. The overall goal of the course is for learners to be able to integrate appropriate Agile elements and/or techniques into any project in any environment. What you will Learn Course participants will understand the basic Agile approach, and the various methods for achieving agility and will be able to: Recall project management principles and methodologies Explain Agile practices and compare several Agile methods Apply Agile software development techniques in a project lifecycle framework Employ Agile processes in a project management framework Foundation Concepts Project Lifecycles What is Agile? Agile Benefits Agile Methods Agile Roles Agile Requirement Techniques Agile Requirements User Stories Just in Time (JIT) Requirements Agile Software Development Techniques Agile Design Agile Development Agile Testing Agile Deployment Agile Initiating & Planning Processes Agile Initiating Agile Planning Agile Delivery Processes Agile Execution Agile Monitoring & Control Agile Closing Implementing Agile Practices Agile Approaches Outside of Software Development Dispelling Agile Myths Applying Agile Techniques & Processes Summary and Next Steps What did we learn, and how can we implement this in our work environments?

Agile Practices for All Projects: On-Demand
Delivered Online On Demand9 hours
£550