LOG is a DAX function that returns the logarithm of a number to a specified base.
Syntax
LOG(
Number,
Base
)
Argument | Properties | Description |
---|---|---|
Number | The positive number for which you want the logarithm. | |
Base | Optional | The base of the logarithm; if omitted, 10. |