GoogleCloudStorage.Storage is a Power Query M function that is used to connect to Google Cloud Storage.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
GoogleCloudStorage.Storage( optional url as nullable text ) as table
Description
Used to connect to Google Cloud Storage.
Examples
List the buckets/objects in Google Cloud Storage.
GoogleCloudStorage.Storage()
