ADO.NET Provider for Microsoft Power BI XMLA

Build 23.0.8839

Catalog

The Power BI workspace and dataset to use.

データ型

string

デフォルト値

""

解説

The 本製品 combines each Power BI workspace and dataset into a single catalog name. For example, if you have a workspace called MyWorkspace and a dataset called MyDataset then its catalog name will be MyWorkspace_MyDataset.

By default the 本製品 will report all workspaces and datasets as separate catalogs. A query can either use the catalog directly, or leave off the catalog to have the 本製品 search for a matching table.

-- Use this specific catalog
SELECT ... FROM MyWorkspace_MyDataset.Model.MyDimension

-- Search for a catalog containing this table
SELECT ... FROM Model.MyDimension

However, if you have enabled UseMDX then you may want to set this value so that MDX queries go to the correct workspace and dataset. The 本製品 cannot determine the workspace and dataset automatically from an MDX query.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839