Other Functions Flashcards
1
Q
ERROR(text)
A
Raises an error with an error message.
2
Q
BLANK()
A
Returns a blank.
3
Q
TOCSV(Table, [MaxRows], [Delimiter], [IncludeHeaders])
A
Returns a table as a string in CSV format.
4
Q
TOJSON(Table, [MaxRows])
A
Returns a table as a string using JSON format.
5
Q
EVALUATEANDLOG(Value, [Label], [MaxRows])
A
Returns the value of the first argument and logs it in a DAX Evaluation Log profiler event. This function is fully functional in Power BI Desktop only. It acts as a simple passthrough function in other environments.
6
Q
EVALUATE
A