共用方式為


CUSTOMDATA

適用於:導出數據行計算數據表Measure視覺計算

傳回連接字串中 CustomData 屬性的內容。

語法

CUSTOMDATA()

傳回 value

連接字串中 CustomData 屬性的內容。

Blank,ifCustomData 屬性是在連接 time定義 not。

言論

在匯出數據行中使用 or 數據列層級安全性 (RLS) 規則時,支援此函式 not 用於 DirectQuery 模式。

下列 DAX 公式會驗證 ifCustomData 屬性設定為 OK

= IF(CUSTOMDATA()="OK", "Correct Custom data in connection string", "No custom data in connection string property or unexpected value")