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

6441 Courses

Customer Service Representative Diploma

4.9(27)

By Apex Learning

Overview: As a Customer Service Representative, there are endless opportunities for you if you have the right knowledge and skills. Therefore, to make your career journey a successful one, we designed this Customer Service Representative bundle as a one-stop solution for you. To cover up all your limitations and uproot all the hurdles to a stable and dignified career, we are here with a package you can't refuse! This time Apex Learning will show you the pathway to a successful career through the most well-researched and expertly made Customer Service Representative bundle. Our Customer Service Representative package, with the latest digital study materials and innovative learning methods, will give you in-depth knowledge of this domain. You will dive deep into the Customer Service Representative core basics with our step-by-step lessons and proficient tutor guidance. You will be able to hone your knowledge from beginner to advanced level as there will be frequent tests, fun quizzes and practical analysis of the topics. Moreover, you will keep yourself up to date with the current situation in the area of your interest. This 20-in-1 Ultimate Customer Service Representative bundle consists of the following Courses: Course 01: Retail Management Course 02: Certificate in Purchasing and Procurement Course 03: Supply Chain Management Course 04: Merchandising Course 05: Visual Merchandising Diploma Course 06: Operations Management Course 07: Product Management Course 08: Digital Product Management Course 09: Facilities Management Diploma Course 10: Strategic Business Management - Online Diploma Course Course 11: Business Intelligence Analyst Course Course 12: Customer Relationship Management Course 13: Store Assistant Course 14: Fundamentals of Business Analysis Course 15: Strategic Planning and Analysis for Marketing Course 16: Commercial Management Course 17: Sales Skills Course 18: Financial Management Course 19: Purchase Ledger Course 20: Business Plan Learning Outcomes of Customer Service Representative Bundle: This career-oriented Customer Service Representative bundle will help you to Gain the ability to excel in the role of Customer Service Representative Know your responsibilities as a Customer Service Representative and convey your experience to others Gain excellent interpersonal and communication skills Know the pros and cons of working as a Customer Service Representative Adhere to the regulations around this area Gain time and risk management skills to ensure efficiency Manipulate technological advancement to become more effective Maintain moral standards and set an example for your peers Why Choose this Customer Service Representative Bundle? FREE Customer Service Representative CPD-accredited certificate Get a free student ID card with Customer Service Representative training (£10 applicable for international delivery) Lifetime access to the Customer Service Representative course materials The Customer Service Representative program comes with 24/7 tutor support Get instant access to this Customer Service Representative course Learn Customer Service Representative training from anywhere in the world The Customer Service Representative training is affordable and simple to understand The Customer Service Representative training is entirely online So, stop scrolling down and procure the skills and aptitude with Apex Learning to outshine all your peers by enrolling in this Customer Service Representative bundle. Who is this Customer Service Representative course for? Anyone from any background can enrol in this Customer Service Representative bundle. Requirements This Customer Service Representative course has been designed to be fully compatible with tablets and smartphones. Career path Having this Customer Service Representative expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Digital certificate - Included Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Customer Service Representative) absolutely Free! Other Hard Copy certificates are available for £14.99 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

Customer Service Representative Diploma
Delivered Online On Demand4 days
£109

Python Introduction

By Nexus Human

Duration 3.5 Days 21 CPD hours This course is intended for This course is aimed at students new to the language who may or may not have experience with other programming languages. Overview Learn how Python works and what it's good for. Understand Python's place in the world of programming languages Learn to work with and manipulate strings in Python. Learn to perform math operations with Python. Learn to work with Python sequences: lists, arrays, dictionaries, and sets. Learn to collect user input and output results. Learn flow control processing in Python. Learn to write to and read from files using Python. Learn to write functions in Python. Learn to handle exceptions in Python. Learn to work with dates and times in Python. In this Python training course by Webucator, Inc, students learn to program in Python. Python Basics Running Python Hello, World! Literals Python Comments Data Types Variables Writing a Python Module print() Function Named Arguments Collecting User Input Getting Help Functions and Modules Defining Functions Variable Scope Global Variables Function Parameters Returning Values Importing Modules Math Arithmetic Operators Modulus and Floor Division Assignment Operators Built-in Math Functions The math Module The random Module Seeding Python Strings Quotation Marks and Special Characters String Indexing Slicing Strings Concatenation and Repetition Common String Methods String Formatting Built-in String Functions Iterables: Sequences, Dictionaries, and Sets Definitions Sequences Unpacking Sequences Dictionaries The len() Function Sets *args and **kwargs Flow Control Conditional Statements The is and is not Operators Python's Ternary Operator Loops in Python The enumerate() Function Generators List Comprehensions File Processing Opening Files The os and os.path Modules Exception Handling Wildcard except Clauses Getting Information on Exceptions The else Clause The finally Clause Using Exceptions for Flow Control Exception Hierarchy Dates and Times Understanding Time The time Module The datetime Module Running Python Scripts from the Command Line The sys Module sys.argv

Python Introduction
Delivered OnlineFlexible Dates
Price on Enquiry

A level tuition

By Wessex Tutors & Exam Centre

A level one-to-one tuition

A level tuition
Delivered in Southampton or OnlineFlexible Dates
Price on Enquiry

55320 Programming with HTML, CSS, and JavaScript

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for students new to computer programming or experienced programmers who are new to client-side web development. Overview After completing this course, you will be able to: Describe the technologies involved in web development. Create HTML pages with links and images. Explain the benefits of CSS. Style HTML pages with CSS. Explain the concepts of objects, methods, and properties. Work with JavaScript variables. Create their own custom functions in JavaScript. Write flow control logic in JavaScript. Write JavaScript code that listens for and handles events, such as mouse clicks and page loads. Create forms with HTML and validate them with JavaScript. Use regular expressions in JavaScript for advanced form validation. This course is intended for IT professionals interested in becoming client-side web developers. who need to get a jump start on all three technologies. The course includes more than 30 exercises, providing a rapid hands-on introduction to the three major client-side languages: HTML, CSS, and JavaScript. Students should be prepared to cover a lot of ground quickly.This material updates and replaces course Microsoft course 20480 which was previously published under the title Programming in HTML5 with JavaScript and CSS3. Module 1: A Quick Overview of Web Development HTML is Part of a Team Client-side Programming Server-side Programming Web Development Technologies Module 2: Introduction to HTML Exercise: A Simple HTML Document Getting Started with a Simple HTML Document HTML Elements, Attributes, and Comments The HTML Skeleton Viewing the Page Source Special Characters HTML Elements and Special Characters History of HTML The lang Attribute Module 3: Paragraphs, Headings, and Text Paragraphs Heading Levels Breaks and Horizontal Rules Exercise: Paragraphs, Headings, and Text The div Tag Creating an HTML Page Quoted Text Preformatted Text Inline Semantic Elements Exercise: Adding Inline Elements Module 4: HTML Links Links Introduction Text Links Absolute vs. Relative Paths Targeting New Tabs Email Links Exercise: Adding Links Lorem Ipsum The title Attribute Linking to a Specific Location on the Page Targeting a Specific Location on the Page Module 5: HTML Images Inserting Images Image Links Adding Images to the Document Exercise: Adding Images to the Page Providing Alternative Images Module 6: HTML Lists Unordered Lists Ordered Lists Definition Lists Exercise: Creating Lists Module 7: Crash Course in CSS Benefits of Cascading Style Sheets CSS Rules Selectors Combinators Precedence of Selectors How Browsers Style Pages CSS Resets CSS Normalizers External Stylesheets, Embedded Stylesheets, and Inline Styles Exercise: Creating an External Stylesheet Exercise: Creating an Embedded Stylesheet Exercise: Adding Inline Styles div and span Exercise: Styling div and span Media Types Units of Measurement Inheritance Module 8: CSS Fonts font-family @font-face font-size font-style font-variant font-weight line-height font shorthand Exercise: Styling Fonts Module 9: Color and Opacity About Color and Opacity Color and Opacity Values Color Opacity Exercise: Adding Color and Opacity to Text Module 10: CSS Text letter-spacing text-align text-decoration text-indent text-shadow text-transform white-space word-break word-spacing Exercise: Text Properties Module 11: JavaScript Basics JavaScript vs. EcmaScript The HTML DOM JavaScript Syntax Accessing Elements Where Is JavaScript Code Written? JavaScript Objects, Methods, and Properties Exercise: Alerts, Writing, and Changing Background Color Module 12: Variables, Arrays, and Operators JavaScript Variables A Loosely Typed Language Google Chrome DevTools Storing User-Entered Data Exercise: Using Variables Constants Arrays Exercise: Working with Arrays Associative Arrays Playing with Array Methods JavaScript Operators The Modulus Operator Playing with Operators The Default Operator Exercise: Working with Operators Module 13: JavaScript Functions Global Objects and Functions Exercise: Working with Global Functions User-defined Functions Exercise: Writing a JavaScript Function Returning Values from Functions Module 14: Built-In JavaScript Objects Strings Math Date Helper Functions Exercise: Returning the Day of the Week as a String Module 15: Conditionals and Loops Conditionals Short-circuiting Switch / Case Ternary Operator Truthy and Falsy Exercise: Conditional Processing Loops while and do?while Loops for Loops break and continue Exercise: Working with Loops Array: forEach() Module 16: Event Handlers and Listeners On-event Handlers Exercise: Using On-event Handlers The addEventListener() Method Anonymous Functions Capturing Key Events Exercise: Adding Event Listeners Benefits of Event Listeners Timers Typing Test Module 17: The HTML Document Object Model CSS Selectors The innerHTML Property Nodes, NodeLists, and HTMLCollections Accessing Element Nodes Exercise: Accessing Elements Dot Notation and Square Bracket Notation Accessing Elements Hierarchically Exercise: Working with Hierarchical Elements Accessing Attributes Creating New Nodes Focusing on a Field Shopping List Application Exercise: Logging Exercise: Adding EventListeners Exercise: Adding Items to the List Exercise: Dynamically Adding Remove Buttons to the List Items Exercise: Removing List Items Exercise: Preventing Duplicates and Zero-length Product Names Manipulating Tables Module 18: HTML Forms How HTML Forms Work The form Element Form Elements Buttons Exercise: Creating a Registration Form Checkboxes Radio Buttons Exercise: Adding Checkboxes and Radio Buttons Fieldsets Select Menus Textareas Exercise: Adding a Select Menu and a Textarea HTML Forms and CSS Module 19: JavaScript Form Validation Server-side Form Validation HTML Form Validation Accessing Form Data Form Validation with JavaScript Exercise: Checking the Validity of the Email and URL Fields Checking Validity on Input and Submit Events Adding Error Messages Validating Textareas Validating Checkboxes Validating Radio Buttons Validating Select Menus Exercise: Validating the Ice Cream Order Form Giving the User a Chance Module 20: Regular Expressions Getting Started Regular Expression Syntax Backreferences Form Validation with Regular Expressions Cleaning Up Form Entries Exercise: Cleaning Up Form Entries A Slightly More Complex Example

55320 Programming with HTML, CSS, and JavaScript
Delivered OnlineFlexible Dates
Price on Enquiry

Travel Agent Training - CPD Certified

4.9(27)

By Apex Learning

Flash Sale On | 11-in-1 Bundle | 110 CPD QS Points | Gifts: Hardcopy + PDF Certificates + SID - Worth £180 | Lifetime Access | Customer Support | Enrol Today

Travel Agent Training - CPD Certified
Delivered Online On Demand28 hours
£49

Award in Education and Training

By Training Tale

Award in Education and Training Level 3 Award in Education and Training - AET, previously PTLLS, is the mandatory minimum qualification if you want to be a FE teacher or trainer in your chosen field in the UK. If you are thinking about getting into teaching, this Level 3 Award in Education and Training (AET), previously known as the PTLLS course, is a great way to start. As a teacher, you can play a significant role in society and positively impact your students' lives. Currently, there is a huge demand for teaching jobs across the globe, and you know how satisfying it could be! So, if you aspire to be a changemaker, this is the ultimate course we can offer you. This course is designed so that both freshers and those working in an educational setting can get the benefit. Further, through this course, the current teachers can achieve formal recognition of their skills. Awarding Body The Level 3 Award in Education and Training course is accredited by TQUK. A certificate from this renowned awarding body will bring you out as a highly marketable candidate within the desired industry. There is Something More for You with This Award in Education and Training Course As a course provider, we highly value our learners' needs. That is why we are giving you some relevant courses for teaching and training for free to benefit you. With these courses, you can further enrich your knowledge and employability skills. Here are those - ** [Free Courses ] ** Diploma in Special Education Needs (SEN) EYFS Teaching Diploma Early Years Level 4 Primary Teaching Diploma Level 2 Diploma for the Early Years Practitioner Learning Outcomes By the end of this Award in Education and Training course, you will be able to: Identify and perform the roles of a teacher. Explain and apply the teaching and learning approaches. Plan a training session for your learners of different backgrounds. Describe the teachers' attributes and expectations. Prepare inclusive lessons and training sessions for your students. Analyse the role, responsibilities and relationships in education and training. Prepare and administer necessary assessments for your students. Why Choose Award in Education and Training from Us Self-paced course, access available from anywhere. Easy to understand, high-quality study materials. Dedicated tutor support during office hour (Monday to Friday) Course developed by industry experts. 24/7 support via live chat, phone call or email. Free PDF certificate as soon as completing the Gift Courses. Special Note: Please be informed that apart from the initial fee, you have to pay GBP 169 when submitting assignments. Course Curriculum [ Module 01 ] Understanding Roles, Responsibilities and Relationships in Education and Training Understand the Teaching Role and Responsibilities in Education and Training Understand Ways to Maintain a Safe and Supportive Learning Environment Understand the Relationships between Teachers and Other Professionals in Education and Training [ Module 02 ] Understanding and Using Inclusive Teaching and Learning Approaches in Education and Training Understand Inclusive Teaching and Learning Approaches in Education and Training Understand Ways to Create an Inclusive Teaching and Learning Environment Be Able to Plan Inclusive Teaching and Learning Be Able to Deliver Inclusive Teaching and Learning Be Able to Evaluate the Delivery of Inclusive Teaching and Learning [ Module 03 ] Understanding Assessment Understand Types and Methods of Assessment Used in Education and Training Understand How to Involve Learners and Others in the Assessment Process Understand the Role and Use of Constructive Feedback in the Assessment Process Understand Requirements for Keeping Records of Assessment in Education and Training Award in Education and Training Qualification at a Glance Total Qualification Time (TQT - 120 Hours Guided Learning Hours (GLH) - 48 Hours Credit Value - 12 Minimum Age - 19 Purpose of the Award in Education and Training Qualification This qualification is designed to prepare learners for employment and support them to progress to a teaching role within the workplace. It has been developed for those intending to work in the post-16 education and training sector. What Skills You Will Gain from this Award in Education and Training Course You will gain the following marketable qualities through the course. Different hiring managers are looking for these below-mentioned qualities. Become an expert in education and training. Learn about the teacher's role. Master the learning and teaching approaches. Increase your session planning skills. Gain knowledge in teacher expectations & attributions. Understand how to deliver inclusive sessions which engage and motivate learners. Explain roles, responsibilities, and relationships in education and training. Identify how to create assessments in education and training. Award in Education and Training Assessment Method In order to be eligible for the certification, you need to complete the following assessments. Three written assignments One microteaching session (Which can be submitted as a recorded video) Please note that you will be given precise instruction in the course material about writing the assignments and performing the micro-teach session. Moreover, if you face any difficulty, your tutor will be there to support you. You must submit all assignments via the online portal with full tutor support. Certification As soon as you submit your assignments and micro-teaching video, your tutor will assess those. Based on the assessor's evaluation, you will be graded either achieved/not achieved yet. If you are in the achieved category, you will receive an accredited certificate from the renowned awarding body TQUK. Progression If you achieve this Award in Education and Training qualification, you could progress to: Level 3 Award in Assessing Vocationally Related Achievement Level 3 Certificate in Assessing Vocational Achievement Level 3 Award in Assessing Competence in the Work Environment Level 4 Certificate in Education and Training Level 4 Certificate for the Advanced Practitioner in Schools and Colleges Level 4 Award for Technology Enabled Educators Level 5 Diploma in Education and Training Who is this course for? Award in Education and Training Wherever you work, this Award in Education and Training course is a must for you if you want to become a trainer. Besides, this Award in Education and Training course is also appropriate for the following. Teacher & Trainer Consultant Job Hunters & School Leavers College or University Students & Graduates Tutors & Instructors Headmasters Education Consultants Education Providers Office Clerk & Administration Assistant Educational Psychologist Lecturer or Classroom Assistant Requirements There are no fixed entry requirements for attending the Level 3 Award in Education and Training course. However, you must be 19 years old or over upon certification. An interest in teaching adults and E-learning will be beneficial. Moreover, you must have basic ICT and time management skills. It will help you complete online written assignments. Since this is a Level 3 course, you must be ready to read through various texts, cross-reference, research theories or principles or practises of effective teaching. Finally, you need to demonstrate practical teaching skills via assessment work. Career path You can choose from a variety of professions either in teaching or training upon completion of the Award in Education and Training course. These include - Primary School Teacher Secondary School Teacher Further Education Teacher Private Tutor Freelance Trainer Trainer at Your Workplace

Award in Education and Training
Delivered Online On Demand5 days
£21

Prospecting and Lead Generation

5.0(1)

By Course Gate

Do you want to capture or stimulate interest in a product or service to increase the sales pipeline? Are you interested to make a relationship with for creating better opportunities of highest sales? If so, the inevitable Prospecting and Lead Generation course is for you. The course assists you to learn further process and methods regarding the field step-by-step. Primarily, the course gives you a brief introduction about prospecting and led generation. Following that, it instructs you the relation between these two that brings the utmost profit of a business. Besides, it keeps guiding you to various effective ways of prospecting focusing on the outcome, good writing skills of scripts, and natural relationship over time to increase sales. Overall, the course teaches you all the marketing process and procedures along with effective instructions to build a relationship for the growth of a business. Who is this course for? Prospecting and Lead Generation is suitable for anyone who want to gain extensive knowledge, potential experience and professional skills in the related field. This course is CPD accredited so you don't have to worry about the quality. Requirements Our Prospecting and Lead Generation is open to all from all academic backgrounds and there is no specific requirements to attend this course. It is compatible and accessible from any device including Windows, Mac, Android, iOS, Tablets etc. CPD Certificate from Course Gate  At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. Course Curriculum Prospecting and Lead Generation Diploma Module One - Getting Started 00:30:00 Module Two - Prospecting 00:30:00 Module Three - Traditional Marketing Methods 01:00:00 Module Four - New Marketing Methods 01:00:00 Module Five - Generating New Leads 01:00:00 Module Six - Avoid Common Lead Generation Mistakes 00:30:00 Module Seven - Educate Prospects 00:30:00 Module Eight - The Pipeline 00:30:00 Module Nine - Follow up Communication 01:00:00 Module Ten - Track Activity 00:30:00 Module Eleven - Create Customers 01:00:00 Module Twelve - Wrapping Up 00:30:00 Mock Exam Mock Exam- Prospecting and Lead Generation 00:20:00 Final Exam Final Exam- Prospecting and Lead Generation 00:20:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Prospecting and Lead Generation
Delivered Online On Demand9 hours 10 minutes
£11.99

Mental Freedom: Freedom From Pain

By IOMH - Institute of Mental Health

Overview This Mental Freedom: Freedom From Pain course will unlock your full potential and will show you how to excel in a career in Mental Freedom: Freedom From Pain. So upskill now and reach your full potential. Everything you need to get started in Mental Freedom: Freedom From Pain is available in this course. Learning and progressing are the hallmarks of personal development. This Mental Freedom: Freedom From Pain will quickly teach you the must-have skills needed to start in the relevant industry. In This Mental Freedom: Freedom From Pain Course, You Will: Learn strategies to boost your workplace efficiency. Hone your Mental Freedom: Freedom From Pain skills to help you advance your career. Acquire a comprehensive understanding of various Mental Freedom: Freedom From Pain topics and tips from industry experts. Learn in-demand Mental Freedom: Freedom From Pain skills that are in high demand among UK employers, which will help you to kickstart your career. This Mental Freedom: Freedom From Pain course covers everything you must know to stand against the tough competition in the Mental Freedom: Freedom From Pain field.  The future is truly yours to seize with this Mental Freedom: Freedom From Pain. Enrol today and complete the course to achieve a Mental Freedom: Freedom From Pain certificate that can change your professional career forever. Additional Perks of Buying a Course From Institute of Mental Health Study online - whenever and wherever you want. One-to-one support from a dedicated tutor throughout your course. Certificate immediately upon course completion 100% Money back guarantee Exclusive discounts on your next course purchase from Institute of Mental Health Enrolling in the Mental Freedom: Freedom From Pain course can assist you in getting into your desired career quicker than you ever imagined. So without further ado, start now. Process of Evaluation After studying the Mental Freedom: Freedom From Pain course, your skills and knowledge will be tested with a MCQ exam or assignment. You must get a score of 60% to pass the test and get your certificate.  Certificate of Achievement Upon successfully completing the Mental Freedom: Freedom From Pain course, you will get your CPD accredited digital certificate immediately. And you can also claim the hardcopy certificate completely free of charge. All you have to do is pay a shipping charge of just £3.99. Who Is This Course for? This Mental Freedom: Freedom From Pain is suitable for anyone aspiring to start a career in Mental Freedom: Freedom From Pain; even if you are new to this and have no prior knowledge on Mental Freedom: Freedom From Pain, this course is going to be very easy for you to understand.  And if you are already working in the Mental Freedom: Freedom From Pain field, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  Taking this Mental Freedom: Freedom From Pain course is a win-win for you in all aspects.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements This Mental Freedom: Freedom From Pain course has no prerequisite.  You don't need any educational qualification or experience to enrol in the Mental Freedom: Freedom From Pain course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online Mental Freedom: Freedom From Pain course. Moreover, this course allows you to learn at your own pace while developing transferable and marketable skills. Course Curriculum Introduction Introduction - Course Goals & Beginning Concepts 00:10:00 WHY You Are in Pain 00:16:00 How to Break Free From Pain 00:08:00 Main Concepts Beating Your FALSE Self-Image 00:25:00 Past & Future -Distractions 00:22:00 The Problem Of Attachments 00:29:00 Losing Your MIND To Gain Your SANITY 00:22:00 The Power Of The Unconscious Mind 00:21:00 Change Your Mind ... Change Your Life Re-writing Your Story 00:16:00 Great Ways To Feel Great - Part 1 00:26:00 Reat Ways To Feel Great - Part 2 00:13:00 Additional Strategies 00:19:00 Final Thoughts Gaining Control & Final Thoughts 00:20:00 Mock Exam Mock Exam - Mental Freedom: Freedom From Pain 00:20:00 Final Exam Final Exam - Mental Freedom: Freedom From Pain 00:20:00

Mental Freedom: Freedom From Pain
Delivered Online On Demand4 hours 47 minutes
£11

Power BI - intermediate (2 day) (In-House)

By The In House Training Company

This course is designed for those already using Power BI Desktop and are ready to work with more comprehensive elements of analysing and reporting in Power BI. The course maintains a balanced look at data analysis including the Power Query Editor, with a deep dive into writing DAX formulas, and enhanced dashboard visualisations. The aim of this course is to provide a more complete understanding of the whole Power BI analytics process, by working with business examples that will equip you with the necessary skills to output comprehensive reports and explore Power BI's analytical capabilities in more depth. 1 The Query Editor Grouping rows in a table Split row by delimiter Add days to determine deadlines The query editor 2 Fuzzy Matching Joins Matching inconsistencies by percentage Matching with transformation table 3 The Query Editor M Functions Adding custom columns Creating an IF function Nested AND logics in an IF function 4 DAX New Columns Functions Including TRUE with SWITCH Using multiple conditions The FIND DAX function The IF DAX function Logical functions IF, AND, OR 5 Editing DAX Measures Making DAX easier to read Add comments to a measure Using quick measures 6 The Anatomy of CALCULATE Understanding CALCULATE filters Add context to CALCULATE with FILTER Using CALCULATE with a threshold 7 The ALL Measure Anatomy of ALL Create an ALL measure Using ALL as a filter Use ALL for percentages 8 DAX Iterators Anatomy of iterators A closer look at SUMX Using RELATED with SUMX Create a RANKX RANKX with ALL 9 Date and Time Functions Overview of functions Create a DATEDIFF function 10 Time Intelligent Measures Compare historical monthly data Create a DATEADD measure Creating cumulative totals Creating cumulative measures Visualising cumulative totals 11 Visualisations In-Depth Utilising report themes Applying static filters Group data using lists Group numbers using bins Creating heatmaps Comparing proportions View trends with sparklines 12 Comparing Variables Visualising trendlines as KPI Forecasting with trendlines Creating a scatter plot Creating dynamic labels Customised visualisation tooltips Export reports to SharePoint

Power BI - intermediate (2 day) (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry

Learn to Code with Python 3!

4.8(9)

By Skill Up

Gain the skills and credentials to kickstart a successful career in the technology industry and learn from the

Learn to Code with Python 3!
Delivered Online On Demand17 hours 36 minutes
£25