Data Analytics & AI | SQL Interviews | Power BI Resources: post #884 โ€” TG.ME

50 ๐จ๐Ÿ ๐ญ๐ก๐ž ๐ฆ๐จ๐ฌ๐ญ ๐ข๐ฆ๐ฉ๐จ๐ซ๐ญ๐š๐ง๐ญ ๐„๐ฑ๐œ๐ž๐ฅ ๐Ÿ๐จ๐ซ๐ฆ๐ฎ๐ฅ๐š๐ฌ ๐ญ๐ก๐š๐ญ ๐œ๐š๐ง ๐ก๐ž๐ฅ๐ฉ ๐ฒ๐จ๐ฎ ๐ฉ๐ž๐ซ๐Ÿ๐จ๐ซ๐ฆ ๐ฏ๐š๐ซ๐ข๐จ๐ฎ๐ฌ ๐ญ๐š๐ฌ๐ค๐ฌ ๐ž๐Ÿ๐Ÿ๐ข๐œ๐ข๐ž๐ง๐ญ๐ฅ๐ฒ.


S๐”๐Œ: Adds up numbers in a range.
๐€๐•๐„๐‘๐€๐†๐„: Calculates the average of numbers in a range.
๐Œ๐€๐—: Returns the largest number in a range.
๐Œ๐ˆ๐: Returns the smallest number in a range.
๐‚๐Ž๐”๐๐“: Counts the number of cells that contain numbers in a range.
๐‚๐Ž๐”๐๐“๐€: Counts the number of non-empty cells in a range.
๐ˆ๐…: Checks if a condition is met and returns one value if true and another value if false.
๐•๐‹๐Ž๐Ž๐Š๐”๐: Searches for a value in the first column of a table and returns a value in the same row from another column.
๐‡๐‹๐Ž๐Ž๐Š๐”๐: Similar to VLOOKUP, but searches for a value in the first row of a table.
๐ˆ๐๐ƒ๐„๐—: Returns the value of a cell in a specific row and column of a range.
๐Œ๐€๐“๐‚๐‡: Returns the relative position of an item in a range.
๐‚๐Ž๐๐‚๐€๐“๐„๐๐€๐“๐„: Joins two or more text strings into one string.
๐‹๐„๐…๐“: Returns the leftmost characters from a text string.
๐‘๐ˆ๐†๐‡๐“: Returns the rightmost characters from a text string.
๐‹๐„๐: Returns the number of characters in a text string.
๐“๐‘๐ˆ๐Œ: Removes leading and trailing spaces from a text string.
๐”๐๐๐„๐‘: Converts text to uppercase.
๐‹๐Ž๐–๐„๐‘: Converts text to lowercase.
๐๐‘๐Ž๐๐„๐‘: Capitalizes the first letter of each word in a text string.
๐“๐„๐—๐“: Formats a number or date value as text using a specified format.
๐ƒ๐€๐“๐„: Returns the serial number of a particular date.
๐“๐Ž๐ƒ๐€๐˜: Returns the current date.
๐๐Ž๐–: Returns the current date and time.
๐ƒ๐€๐“๐„๐ƒ๐ˆ๐…: Calculates the difference between two dates in years, months, or days.
๐„๐Ž๐Œ๐Ž๐๐“๐‡: Returns the last day of the month, n months before or after a given date.
๐‘๐Ž๐”๐๐ƒ: Rounds a number to a specified number of digits.
๐‘๐Ž๐”๐๐ƒ๐”๐: Rounds a number up, away from zero, to the nearest multiple of significance.
๐‘๐Ž๐”๐๐ƒ๐ƒ๐Ž๐–๐: Rounds a number down, toward zero, to the nearest multiple of significance.
๐ˆ๐…๐„๐‘๐‘๐Ž๐‘: Returns a value you specify if a formula evaluates to an error, otherwise returns the result of the formula.
๐’๐”๐Œ๐ˆ๐…: Adds the cells specified by a given condition or criteria.
๐’๐”๐Œ๐ˆ๐…๐’: Adds the cells in a range that meet multiple criteria.
๐€๐•๐„๐‘๐€๐†๐„๐ˆ๐…: Calculates the average of cells specified by a given condition or criteria.
๐€๐•๐„๐‘๐€๐†๐„๐ˆ๐…๐’: Calculates the average of cells that meet multiple criteria.
๐‚๐Ž๐”๐๐“๐ˆ๐…: Counts the number of cells specified by a given condition or criteria.
COUNTIFS: Counts the number of cells that meet multiple criteria.
RAND: Returns a random number between 0 and 1.
RANDBETWEEN: Returns a random number between the numbers you specify.
PI: Returns the value of pi (3.14159265358979).
POWER: Raises a number to a power.
SQRT: Returns the square root of a number.
LOG: Returns the logarithm of a number to the base you specify.
EXP: Returns e raised to the power of a given number.
MOD: Returns the remainder of a division operation.
INT: Rounds a number down to the nearest integer.
ABS: Returns the absolute value of a number.
AND: Returns TRUE if all its arguments are TRUE, and FALSE otherwise.
OR: Returns TRUE if any argument is TRUE, and FALSE otherwise.
NOT: Returns the opposite of a logical value.
SUMPRODUCT: Multiplies corresponding components in the given arrays, and returns the sum of those products.
TRANSPOSE: Transposes rows and columns in a range of cells.
โค4
August 17, 2026 763 7