Hi, what do you want to do?
KnowMo
Introduction to Using Formulas
In this video, the presenter explains the concept of formulae in mathematics and demonstrates how to use them in different scenarios. Examples are given on how to identify the formulae, substitute the values correctly and perform the...
Curated Video
Power BI Masterclass - Learning DAX: Does the Pareto Rule Apply for Our Dataset
In this video, we will be learning DAX to check whether the Pareto Rule applies for our dataset.
r/>
This clip is from the chapter "DAX, Excel, and More" of the series "Power BI Masterclass".In this section, we will be...
r/>
This clip is from the chapter "DAX, Excel, and More" of the series "Power BI Masterclass".In this section, we will be...
Curated Video
Power BI Masterclass - Learning DAX: Fixing Total Issues in Dynamic Visualizations
In this video, we will be learning DAX to find out fixing total issues in dynamic visualizations.
r/>
This clip is from the chapter "DAX, Excel, and More" of the series "Power BI Masterclass".In this section, we will be...
r/>
This clip is from the chapter "DAX, Excel, and More" of the series "Power BI Masterclass".In this section, we will be...
Curated Video
Calculate the Difference Between Two Dates in Excel
This video tutorial demonstrates how to calculate someone's age from their date of birth in Microsoft Excel using the Date DIF formula and the NOW function. By inputting the individual's date of birth and the current date, the formula...
The Business Professor
Alternative minimum taxes
The alternative minimum tax system or ATM was created to make certain everyone pays a minimum percentage of income taxes. This video explains how alternative minimum taxes are calculated and applied.
Curated Video
Statistics for Data Science and Business Analysis - The Main Measures of Central Tendency: Mean, Median, Mode
This video will introduce you to the three measures of central tendency - mean, median, and mode.
r/>
This clip is from the chapter "Descriptive Statistics Fundamentals" of the series "Statistics for Data Science and Business...
r/>
This clip is from the chapter "Descriptive Statistics Fundamentals" of the series "Statistics for Data Science and Business...
Curated Video
Making Bracelets (Divide a whole number by a unit fraction using the number line)
Destiny is making bracelets to sell at a craft show. Each bracelet is made using one third feet of ribbon. If Destiny has 5 feet of ribbon, how many bracelets can she make?
Curated Video
Kayla's Garden (Solve real-world problems involving multiplication of mixed numbers using equations)
Kayla is trying to calculate the area of her rectangular garden. She knows the formula to calculate the area of a rectangle. Area equals the length multiplied by the width.
Curated Video
Power BI Masterclass - Advanced DAX - Which were the Last Products the Customer Ordered from Us
In this video, we will cover some advanced DAX to find which were the last products the customer ordered from us.
r/>
This clip is from the chapter "DAX, R, and Gateways" of the series "Power BI Masterclass".In this section, we...
r/>
This clip is from the chapter "DAX, R, and Gateways" of the series "Power BI Masterclass".In this section, we...
Curated Video
Power BI Masterclass - Your Turn: Real-World Power BI DAX Challenge
In this video, we will be covering a real-world Power BI DAX challenge.
r/>
This clip is from the chapter "Additional Tips and Tricks" of the series "Power BI Masterclass".In this section, we will be covering some additional...
r/>
This clip is from the chapter "Additional Tips and Tricks" of the series "Power BI Masterclass".In this section, we will be covering some additional...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Dealing With Negative Cycles In The Bellman Ford Algorithm
If a graph has a negative cycle then it's impossible to find a shortest path as every round of the cycle makes the path shorter!
r/>
This clip is from the chapter "Shortest Path Algorithms" of the series "From 0 to 1: Data...
r/>
This clip is from the chapter "Shortest Path Algorithms" of the series "From 0 to 1: Data...
Curated Video
Statistics for Data Science and Business Analysis - Measuring Skewness
This video explains the most commonly used tool to measure asymmetry - skewness, and its relationship with the mean, median, and mode.
r/>
This clip is from the chapter "Descriptive Statistics Fundamentals" of the series...
r/>
This clip is from the chapter "Descriptive Statistics Fundamentals" of the series...
Curated Video
Beginning Python (Video 28)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running...
ACDC Leadership
Types of Profit- Old Version
In this video I explains the difference between explicit costs and implicit costs and the idea of economic profit. By the way, it's a joke. Economists and accountants don't really hate each other. It is a running gag between disciplines....
Curated Video
Excel VBA Programming The Complete Guide - The Formula and FormulaR1C1 Properties
In this lesson, we introduce a basic sum example to show how R1C1 notation can be helpful when duplicating formulas across multiple columns.
r/>
This clip is from the chapter "Range References" of the series "Excel VBA...
r/>
This clip is from the chapter "Range References" of the series "Excel VBA...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 19 - Understanding Primitive Variable Types in Java - Choosing a Type
This video talks about - understanding primitive variable types in Java - choosing a type.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java...
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java...
Curated Video
Learning Microsoft Power BI - Translating Report Requirements into DAX Measures
In this video, we will learn how to translate project requirements into calculations needed for a data model.
• Learn how to break down project requirements into the needed DAX mea
sures
• Understand the types of basic...
• Learn how to break down project requirements into the needed DAX mea
sures
• Understand the types of basic...
Curated Video
Using Goal Seek Tool in Excel to Set Target Grades for Students
The video demonstrates how to use the Goal Seek tool in Excel to quickly determine the target grade a student needs to achieve in a particular subject in order to reach a desired overall average. By setting a target average and letting...
Catalyst University
Instrumental Analysis: Calculations For Voltage and Current
Instrumental Analysis: Calculations For Voltage and Current
FuseSchool
PHYSICS - Forces - Area Under Velocity Time Graphs
You should already know that velocity-time graphs look like this... and how we can use them to map out a journey. If you’re unsure, you may want to watch this video first...In this video we’re going to look at the area under these graphs...
Let's Tute
Heron's Formula - Perimeter
Did you know that we can calculate the area of triangle even without it's height? Heron from Alexandria, derived a formula to calculate the area of triangle by using only the sides of the triangle and by using the perimeter of the...
NASA
Timing Is Everything
Deputy Systems Engineer Phil Luers explains how ICESat-2’s ATLAS instrument transmitter and receiver subsystems come together to calculate the timing of photons, which, in turn, measure the elevation of...
Curated Video
Power BI Masterclass - Reference Rows or Lookup Values from Tables with DAX in Power BI
In this video, we will cover reference rows or lookup values from tables with DAX in Power BI.
r/>
This clip is from the chapter "Additional Tips and Tricks" of the series "Power BI Masterclass".In this section, we will be...
r/>
This clip is from the chapter "Additional Tips and Tricks" of the series "Power BI Masterclass".In this section, we will be...
IDG TECHtalk
R tip: Reshape data with tidyr
See how the tidyr R package’s gather and spread functions work. Plus a bonus look at labeling in ggplot2. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.