Function.IsDataSource

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.

Other functions related to Function.IsDataSource are:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/function-isdatasource
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.