Databricks SDK for JavaScript
    Preparing search index...
    interface PowerBiModel {
        authenticationMethod?: AuthenticationMethod;
        modelName?: string;
        overwriteExisting?: boolean;
        storageMode?: StorageMode;
        workspaceName?: string;
    }
    Index

    Properties

    authenticationMethod?: AuthenticationMethod

    How the published Power BI model authenticates to

    modelName?: string

    The name of the Power BI model

    overwriteExisting?: boolean

    Whether to overwrite existing Power BI models

    storageMode?: StorageMode

    The default storage mode of the Power BI model

    workspaceName?: string

    The name of the Power BI workspace of the model