Function.IsDataSource is a Power Query M function that determines whether a given function is considered a data source. The function returns a logical value (true/false) indicating the result.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Function.IsDataSource( function as function ) as logical
Description
Returns whether or not function is considered a data source.
Related functions
Other functions related to Function.IsDataSource are:
- Function.From
- Function.Invoke
- Function.InvokeAfter
- Function.InvokeWithErrorContext
- Function.ScalarVector
2023-2026 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy