Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update DAX API function reference #9344

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

MazterQyou
Copy link
Member

Check List

  • Tests have been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

Description of Changes Made

This PR updates DAX API function reference, specifically:

  • Document newly supported arithmetic functions along with their caveats: AVERAGEA, AVERAGEX, COUNTAX, COUNTBLANK, COUNTX, DISTINCTCOUNTNOBLANK, MAXA, MAXX, MINA, MINX, SUMX
  • Document newly supported date and time functions along with their caveats: DAY, HOUR, MINUTE, MONTH, NOW, QUARTER, SECOND, TODAY, UTCNOW, UTCTODAY, WEEKDAY, YEAR
  • Document newly supported information functions along with their caveats: ISAFTER, ISEVEN, ISODD, USERCULTURE
  • Document newly supported logical functions along with their caveats: FALSE, IF, SWITCH, TRUE
  • Document newly supported math and trig functions along with their caveats: ABS, ACOS, ASIN, ATAN, CEILING, COS, EXP, FLOOR, INT, LN, LOG, LOG10, MOD, MROUND, PI, POWER, QUOTIENT, RAND, ROUND, ROUNDDOWN, ROUNDUP, SIN, SQRT, SQRTPI, TAN, TRUNC
  • Document newly supported text functions along with their caveats: CONCATENATE, EXACT, FIND, LEFT, LEN, LOWER, MID, REPT, RIGHT, SUBSTITUTE, TRIM, UPPER, VALUE

@MazterQyou MazterQyou force-pushed the docs/dax-api-reference-update branch from fc8fec7 to 7ed88d4 Compare March 13, 2025 13:00
@MazterQyou MazterQyou added the docs Issues that require a documentation improvement label Mar 13, 2025
@igorlukanin igorlukanin merged commit f2183c1 into master Mar 13, 2025
4 checks passed
@igorlukanin igorlukanin deleted the docs/dax-api-reference-update branch March 13, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Issues that require a documentation improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants